Partner Objects

Retrieve objects scoped to the authenticated partner organisation. Returns only objects associated with the partner context.

Get Objects for Partner

get

Retrieve a paginated list of objects scoped to the authenticated partner organisation. Currently supports subscription as the object type. Each object includes a summary of its data. Use the queryMore token from the response to fetch subsequent pages.

Authorizations
AuthorizationstringRequired

OAuth 2.0 Bearer token for authenticated API access. Required for order submission, object management, and administrative operations.

Obtain a token via the OAuth flow described in OAuth Bearer Token.

Pass the token in the Authorization header: Bearer <token>

Path parameters
path_typestring · enumRequired

The type of object to retrieve. Currently only subscription is supported.

Example: subscriptionPossible values:
Query parameters
limitintegerOptional

Maximum number of records to return.

Default: 50Example: 20
queryMorestringOptional

Pagination token from a previous response. Pass this to retrieve the next page of results.

Example: eyJjcmVhdGVkIjoiMjAyNC0wMy0wMVQwMTozNjowOC4zMjVaIn0=
Responses
chevron-right
200

OK

application/json
get
/partner/objects/{path_type}

Last updated

Was this helpful?