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
Key | Datatype | Required | Description |
---|---|---|---|
owner-id | string | The unique ID of the owner of the context. Specify either this or owner-slug. | |
owner-slug | string | A string that represents an organization. Specify either this or owner-id. Cannot be used for accounts. | |
owner-type | string | The type of the owner. Defaults to "organization". Accounts are only used as context owners in server. | |
page-token | string | A token to retrieve the next page of results. |