Overview
To authenticate with Aspire, you will need:
- Environment - Whether to connect to Aspire’s sandbox or production API.
- Client ID - The Client ID from your Aspire API credentials.
- Secret - The Secret from your Aspire API credentials.
This guide walks you through creating API credentials in the Aspire desktop application.
Prerequisites:
- You must have an Aspire user account with Admin permissions.
Instructions:
Step 1: Choose your environment
Aspire exposes two separate API environments:
- Sandbox -
cloudsandbox-api.youraspire.com - use this to test requests before going live.
- Production -
cloud-api.youraspire.com - use this once your integration is ready to go live.
Pick the one that matches the Aspire account you’re connecting to.
Step 2: Generate your Client ID and Secret
- Log in to the Aspire desktop application as an Admin.
- Go to Administration > Application > API > New.
- Enter a Description that identifies the user or purpose for this set of credentials.
- Under Scope, select the endpoints you want this integration to access.
- Click Save.
- Copy the Client ID and Secret and store them securely.
If you lose your Client ID and Secret, you will need to regenerate a new set and update any integration currently using the previous credentials.
Step 3: Enter credentials in the Connect UI
Once you have your Client ID and Secret:
- Open the form where you need to authenticate with Aspire.
- Select the Environment (sandbox or production).
- Enter your Client ID.
- Enter your Secret.
- Submit the form, and you should be successfully authenticated.
You are now connected to Aspire.