Get Objects For Partner

APIs to fetch objects for partner organisations

Get Objects For Partner

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

SecuritybearerAuth
Request
path Parameters
path_type
required
string

The type of object to retrieve

Value: "subscription"
Example: subscription
query Parameters
limit
integer

The maximum number of records to return

Example: limit=20
queryMore
string

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: queryMore=eyJjcmVhdGVkIjoiMjAyNC0wMy0wMVQwMTozNjowOC4zMjVaIn0=
Responses
200

OK

401

Unauthorized

502

Bad Gateway

get/partner/objects/{path_type}
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "queryMore": "eyJjcmVhdGVkIjoiMjAyNC0wMy0wMVQwMTozNjowOCC4zMjVaIn0="
}