Preview changes locally and understand how to use Aptly’s API for integration and testing.
Region | Environment | App Base URL | API Base URL Prefix |
---|---|---|---|
US | Production | https://app.us.aptlydone.com | https://api.us.aptlydone.com |
US | Staging | https://staging.app.us.aptlydone.com | https://dev.api.us.aptlydone.com |
EU | Production | https://app.eu.aptlydone.com | https://api.eu.aptlydone.com |
EU | Staging | https://staging.app.eu.aptlydone.com | https://dev.api.eu.aptlydone.com |
Authorization
header:Tokens expire after a set period. Rotate them regularly or implement refresh logic.
curl
request:Code | Meaning |
---|---|
200 | Success |
201 | Created |
400 | Bad request |
401 | Unauthorized |
403 | Forbidden |
404 | Not found |
500 | Internal server error |
Major breaking changes will increment the version (e.g., v2
). Minor changes may be backward-compatible and reflected in the schema or changelog.