Using the Aptly API
Aptly provides a secure and scalable REST API for interacting with your organizationβs delegation of authority and signatory management data. This guide covers:- API environments
- Authentication
- Request structure
- Common errors and responses
- Helpful tools
π Environments
Aptly supports both US and EU regions, each with staging and production environments. Choose the environment that aligns with your organizationβs data residency and compliance requirements.Environment Base URLs
Each service (e.g., auth, decision, settings) is available under its own sub-path.
Example:
π Authentication
Aptly uses token-based authentication. Tokens are scoped to your account and environment.To authenticate:
- Use the Auth service to generate a token.
- Pass the token as a bearer token in the
Authorizationheader:
Tokens expire after a set period. Rotate them regularly or implement refresh logic.
π§ͺ Testing Your Requests
You can use tools like:Example curl request:
π¨ Error Handling
Aptly APIs return standard HTTP status codes and structured error messages.Example error response:
π§Ύ Versioning
Aptly APIs are versioned using the URL path. Example:
Major breaking changes will increment the version (e.g., v2). Minor changes may be backward-compatible and reflected in the schema or changelog.
π Related Pages
- Quickstart β
- System Settings Overview β
- Roles & Permissions β
- Delegation Lifecycle β
- Decision API Reference β
Have questions or want to request an endpoint?
Reach out to [email protected]
Reach out to [email protected]