curl --request GET \
--url https://api.helpyousponsor.com/v1/client/admin/{client_id} \
--header 'Authorization: Bearer <token>'
{
"groups": {}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the client
Admin added successfully
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/client/admin/{client_id} \
--header 'Authorization: Bearer <token>'
{
"groups": {}
}