Authentication

Get your API Key

In order to call the Big ACL API, you must get an API key.

Go to the Settings -> Apps -> App Key screen.

Using CURL

You can use the curl command line tool to test your API Key.

You need to provide the API Key in the Authorization header.

curl -H "Authorization: Bearer <API Key>" https://api.big-acl.com/authorize

Last updated