cURL
curl --request GET \ --url https://api.happenstance.ai/v1/groups \ --header 'Authorization: Bearer <token>'
{ "groups": [ { "id": "<string>", "name": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response from GET /v1/groups - retrieving user's groups.
List of groups the user has access to
Show child attributes