Utilities

This documentation describes miscellaneous APIs.

Get Avatar

get
/v2p0/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
200

Success

No content

get
/v2p0/avatars/{id}
GET /v2p0/avatars/{id} HTTP/1.1
Host: api.devel.managebac.com
Accept: */*

No content

Ping

get
/v2p0/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
200

Success

application/json
get
/v2p0/ping
GET /v2p0/ping HTTP/1.1
Host: api.devel.managebac.com
Accept: */*
200

Success

{
  "pong": "ok"
}

Last updated

Was this helpful?