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
200

Success

No content

get
/v2p1/avatars/{id}

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
200

Success

application/json
get
/v2p1/ping
200

Success

Last updated

Was this helpful?