cURL
curl --request GET \ --url https://prd.der-connect.eliagroup.eu/api/v1/collectives/{collectiveId} \ --header 'Authorization: Bearer <token>'
{ "entities": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "owner": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "properties": "<any>", "type": "Household" }
Returns a specific Collective by id.
Access Token Authentication
The id of the Collective
OK
A Collective
Was this page helpful?