Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Query Parameters

cursor
string

Opaque cursor from a previous response to fetch the next page

Pattern: ^[cC][^\s-]{8,}$
limit
integer
default:20

Maximum number of items to return per page (1–100, default 20)

Required range: 1 <= x <= 100
agentId

Agent identifier. Optional when using an agent API key (resolved automatically); required when using a master key.

Pattern: ^[0-9a-z]+$
status
enum<string>

Filter by lifecycle status

Available options:
PENDING,
APPROVED,
DECLINED,
EXPIRED,
CANCELLED
resource
enum<string>

Filter by requested resource

Available options:
VAULT,
PHONE_NUMBER,
GENERIC

Response

200 - application/json

OK

Paginated provisioning requests

items
object[]
required
pagination
object
required

Pagination metadata returned with list responses