List contexts

GET {{baseUrl}}/context?owner-id=<string>&owner-slug=<string>&owner-type=<string>&page-token=<string>

List all contexts for an owner.

Request Params

KeyDatatypeRequiredDescription
owner-idstringThe unique ID of the owner of the context. Specify either this or owner-slug.
owner-slugstringA string that represents an organization. Specify either this or owner-id. Cannot be used for accounts.
owner-typestringThe type of the owner. Defaults to "organization". Accounts are only used as context owners in server.
page-tokenstringA token to retrieve the next page of results.