- 19 Jan 2024
- Print
- PDF
Overview
- Updated on 19 Jan 2024
- Print
- PDF
API guide
This API guide is your go-to resource for understanding how to use the API. It provides you with in-depth documentation and direct access to the API reference so that you can execute requests that meet your company's unique needs.
Throttling: A list of endpoints with throttling limitations.
FAQs: Frequently asked questions.
Glossary: Terminology specific to the API.
What's New?: View the latest release notes.
API Reference: Rendering of API definition. Includes the same publicly available endpoints accessed from the Swagger UI tool. The reference is categorized by API resources and subcategorized by endpoints. After generating an access token using the steps outlined in the Authentication & Authorization section, you can use this guide to construct and test calls the same way you would using the Swagger UI.
Aspire External API essentials
The external Aspire API contains the following criteria:
- RESTful architectural design using OData version 4.
- Responses in JSON data format.
- Securely transmits data via HTTPS .
- Uses the following HTTP methods:
- GET - retrieve information.
- POST - create or add new information.
- PUT - update existing records.
- DELETE - remove a record. This method does not currently apply to any External Aspire API reference resources.
- GET, PUT, and DELETE are idempotent
- Bearer Authentication security.
- Offers endpoint-level access for users.
- The API reference is also available via the Swagger UI.
Note: This guide only provides information about the RESTful API.