Overview
The Aspect Systems API is a RESTful API that uses standard HTTP methods and returns JSON responses. Our API provides access to a subset of the platform features based on our customers’ evolving needs.Getting Started
Authentication
Learn how to authenticate with the API
Pagination
Learn how to use pagination with the API
API Environments
The API is available in the following environments:| Environment | URL |
|---|---|
| Development | https://api.aspect-dev.systems |
| Production | https://api.aspect.systems |
IDs
All unique identifiers used within the Aspect Systems API are Snowflake IDs. These are 64-bit integers guaranteed to be unique and time-sortable.Since Javascript is limited to 53 bit integer precision, we return Snowflake IDs as strings to make sure no roundings occur.
Support
If you need assistance with the API, please contact our support team:Contact Support
Email our support team for help with API integration