Utilities
This documentation describes miscellaneous APIs.
This endpoint retrieves the avatar of a user, as specified by user ID.
Authorizations
auth_tokenstringRequired
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Path parameters
idintegerRequired
Unique identifier for user.
Responses
200
Success
302
Redirect
get
/v2p1/avatars/{id}GET /v2p1/avatars/{id} HTTP/1.1
Host: api.devel.managebac.com
Accept: */*
No content
This endpoint determines whether the API key is valid.
Authorizations
auth_tokenstringRequired
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Responses
200
Success
application/json
get
/v2p1/pingGET /v2p1/ping HTTP/1.1
Host: api.devel.managebac.com
Accept: */*
200
Success
{
"pong": "ok"
}Last updated
Was this helpful?

