Get All Groups

Get all entity groups. If using a JWT, will return all groups the entity is part of. If using an API key, will return all groups for the organization.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

limitintegerOptional

The maximum number of results to return. Defaults to 1. Max is 10.

startingAfterstringOptional

Response

This endpoint returns an object.
countinteger
hasMoreboolean
datalist of objects

Errors