GET
/
client
/
admins
/
{admin_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/client/admins/{admin_id} \
  --header 'Authorization: Bearer <token>'
{
  "admin": {},
  "groups": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

admin_id
integer
required

The ID of the admin to be edited

Response

200
application/json
Admin successfully edited
admin
object

The edited admin object

groups
object

The groups the admin belongs to