Skip to main content

Base URL

The Alex API is built on REST principles, and only requests using the HTTPS protocol are supported. All request should be made to the following base URL:

Authentication

In order to authenticate you need an API-Key obtained from your dashboard. Add the following header to all your requests:

Response codes

Alex uses the standard HTTP code to indicate the success or failure of an API request. 200 Codes in the indicate success, codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, etc.), and codes in the 5xx range indicate an error with the Alex servers.