Authentication
Our APIs V5 and V4 are protected with API Key authentication protocol !
Check the domains and urls section below, to use the right urls depending on the environment, version and authentication you'll use.
401 Unauthorized
In case the authentication is incorrect (bad credentials) when calling a route, you'll always receive a "401 Unauthorized" http return code.
API domains and urls context paths
Depending on the API version, the authentication protocol and the environment you choose to make your calls on, the domain and context path of the urls are different:
PRODUCTION ENV-0
- API Key Auth :
- Get new token : https://api.actito.com/auth/token
- V5 : https://api.actito.com/v5
- V4 : https://api.actito.com/v4
PRODUCTION ENV-1
- API Key Auth :
- Get new token : https://api1.actito.com/auth/token
- V5 : https://api1.actito.com/v5
- V4 : https://api1.actito.com/v4
PRODUCTION ENV-3
- API Key Auth :
- Get new token : https://api3.actito.com/auth/token
- V5 : https://api3.actito.com/v5
- V4 : https://api3.actito.com/v4
PREPROD
- API Key Auth :
- Get new token : https://api-pre1.actito.com/auth/token
- V5 : https://api-pre1.actito.com/v5
- V4 : https://api-pre1.actito.com/v4
tip
If you are unsure on which environment your license is hosted, your proper API domain can be retrieved by the creator of your key when they "View the API key" in the "Manage API users" app of the User Interface.