Get Started
Authentication
How to authenticate with Avido’s API endpoints.
Authorization: Bearer YOUR_API_KEY
x-avido-app-id: UUID_OF_YOUR_APPLICATION
Retrieving Your API Key
- Log in to the Avido dashboard.
- Navigate to API Keys in your account settings.
- Copy the generated Bearer token.
- Always store this securely.
Retrieving Your Application ID
Every application within Avido has a unique UUID. In your Avido dashboard:
- Go to Applications.
- Select an application to see its details.
- Note the App ID (UUID).
Example Request
If either header is missing or invalid, you’ll receive a 401 or 403 error.