Basics

Our API is REST-based.

Our API is REST-based.

  • Accessible using https://api-sandbox.flashbox.co
  • It makes use of standard HTTP methods like GET,POST, PUT and PATCH
  • Uses standard HTTP error responses to describe errors
  • Authentication and authorization are based on the JWT Token standards
  • All communication with our servers must be over SSL (https://)
  • POST data must be encoded as application/json
  • All our responses are encoded as application/json