Skip to main content

Download the Management API OpenAPI Specification

Endpoint selection

Select the API endpoint which correlates with your tenant’s region selection.
https://api.authsignal.com/v1/management

Authentication

The Authsignal Management API uses a secret key to authenticate requests. This key is different from the one you use to authenticate to the Server API.
Please keep this key secure, and never expose it publicly.
You can find the Management API secret key in the API Keys section of the Authsignal Portal settings.

Example usage

curl -u "YOUR_SECRET_KEY:" https://api.authsignal.com/v1/management/tenant
# The colon prevents curl from asking for a password.
Following the basic authentication protocol, the Management API expects requests to include an Authorization header containing the word Basic followed by a space and a base64-encoded username:password string. The username value should be your API secret key and the password value should be empty.