Authentication
To use the API, you need an API Key.
API Key
Authorization: Bearer <key>Error responses
{
error: true,
code: 400,
message: 'User ID must be a number only'
}Last updated
To use the API, you need an API Key.
Authorization: Bearer <key>{
error: true,
code: 400,
message: 'User ID must be a number only'
}Last updated