Get Objects For Partner

APIs to fetch objects for partner organisations

Get Objects For Partner

get

Retrieve a list of objects of the specified type associated with your partner organisation. Each object is returned with a summary of its data.

Authorizations
AuthorizationstringRequired

To create a Bearer token, see How to get an OAuth Bearer Token?.

Usage format: Bearer <token>

Path parameters
path_typestring · enumRequired

The type of object to retrieve

Example: subscriptionPossible values:
Query parameters
limitintegerOptional

The maximum number of records to return

Example: 20
queryMorestringOptional

A token to retrieve the next set of results. The token can be retrieved from the queryMore field in the response of a previous call to this endpoint. If there are no more results, this field will not be returned.

Example: eyJjcmVhdGVkIjoiMjAyNC0wMy0wMVQwMTozNjowOC4zMjVaIn0=
Responses
chevron-right
200

OK

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

Last updated

Was this helpful?