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