cURL
curl --request GET \ --url https://prd.der-connect.eliagroup.eu/api/v1/collectives \ --header 'Authorization: Bearer <token>'
{ "data": [ { "entities": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "owner": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "properties": "<any>", "type": "Household" } ], "links": { "next": "<string>" }, "meta": { "continuationToken": "<string>", "pageSize": 123 } }
Returns a list of Collectives accessible to the authenticated user.
Access Token Authentication
The number of Collectives per page
The token used to retrieve the next page
OK
A page of Collectives
Was this page helpful?