GET family by ID - ocariot/api-gateway GitHub Wiki

Description

Returns a unique family by id.

Permissions:

  • Admin User can list information of any Family user.

  • Families users can list only their own information.

Scope

families:read

URL

GET https://localhost/v1/families/{family_id}

Parameters

family_id: string (A 24-byte hex ID)

Curl example

curl -X GET "https://localhost/v1/families/5a62be07de34500146d9c544" -H "accept: application/json" -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Response body