Authentication

All API calls use Bearer authentication.

Authorization: Bearer YOUR_TOKEN

Secure storage

Invalid token

{
  "error": 1,
  "message": "Token is not valid"
}
Never publish a real token in documentation, a Git repository or a screenshot.