Utilities

This documentation describes miscellaneous APIs.

Get Avatar

get
/v2p1/avatars/{id}

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
get
/v2p1/avatars/{id}
GET /v2p1/avatars/{id} HTTP/1.1
Host: api.devel.managebac.com
Accept: */*

No content

Ping

get
/v2p1/ping

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
get
/v2p1/ping
GET /v2p1/ping HTTP/1.1
Host: api.devel.managebac.com
Accept: */*
200

Success

{
  "pong": "ok"
}

Last updated

Was this helpful?