Authentication
This page explains how to authenticate with the Big ACL API using API Keys.
Last updated
Was this helpful?
This page explains how to authenticate with the Big ACL API using API Keys.
Last updated
Was this helpful?
An API Key is a unique identifier that you attach to each request to verify that you have the permissions to access protected endpoints. Once you have your API Key, simply include it in the appropriate header when making requests.
Note: The Big ACL API does not support OAuth2 authentication at this time. The only supported mechanism is API Key-based authentication.
Here are the steps to create and retrieve an API Key:
Log into the Big ACL Platform Navigate to your Big ACL dashboard and enter your username and password.
Go to Applications Settings Once logged in, go to the Applications section.
Create an Application In the API Keys area, retrieve the existing key.
When you are ready to make requests to the Big ACL API, you need to include your API Key in the request header. Below is an example using an HTTP request with curl
:
Replace YOUR_API_KEY
with the actual key you obtained in the previous step.
Authorization: The header must include Bearer
followed by your API Key. This is the standard format for Big ACL authentication.