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 20.
startingAfterstringOptional
searchstringOptional

Search entity groups by name. This will perform a case-insensitive search on the group name.

Response

This endpoint returns an object.
countinteger
hasMoreboolean
datalist of objects

Errors