Utilities

This documentation describes miscellaneous APIs.

Get Avatar

get

This endpoint retrieves the avatar of a user, as specified by user ID.

Authorizations
Path parameters
idintegerRequired

Unique identifier for user.

Responses
200

Success

No content

get
GET /v2/avatars/{id} HTTP/1.1
Host: api.managebac.com
auth-token: YOUR_API_KEY
Accept: */*

No content

Ping

get

This endpoint determines whether the API key is valid.

Authorizations
Responses
200

Success

application/json
get
GET /v2/ping HTTP/1.1
Host: api.managebac.com
auth-token: YOUR_API_KEY
Accept: */*
200

Success

{
  "pong": "ok"
}

Was this helpful?