Access URLs
Base endpoint and general informations
Access URLs
The base endpoint is:
https://api.attlas.io/api/v1
All REST requests must be sent using the application/json content type. Non-HTTPS requests will be redirected to HTTPS, possibly causing functional or performance issues with your application.
All REST requests will result in a
200 Ok
response unless there is a server or infrastructure error. The API result will be wrapped in a JSON Result object, where thestatus
field indicates response status.
Last updated