All methods are implemented in a synchronous fashion which holds the connection open until the response is delivered or the timeout period expires. There are no webhooks or deferred callback mechanisms.
All responses contain a JSON object and header with content-type: application/json; charset=utf-8
All API requests must be made over HTTPS.
Authentication
Authenticate your account with your request by including apikey in the request header.
Keep your API keys secret. Do not distribute your API key in native applications, client-side JavaScript, or public code repositories.