Authentication

Set up the welcome page for your API to help users make their first call.

Log in to see your API keys
API KeyLabelLast Used

This section describes how to authenticate with the Aampe APIs.

API Key Authentication

API Key authentication involves including a unique key with your request to identify your application. This method is straightforward and suitable for client-side applications.

Using Your API Key

Include your API key in the header of each request:

Content-Type: application/json
X-API-Key: YOUR-REST-API-KEY

Error Handling

  • 401 Unauthorized: Invalid or missing authentication credentials.
  • 403 Forbidden: The authenticated user does not have access to the requested resource.
Credentials
Click Try It! to start a request and see the response here!