Skip to main content

Authentication

The Figment API uses API keys to authenticate requests.

Where to find the API Key

We're in the process of having all our services use the same API key. In the meantime:

How to pass the API Key

The Figment API expects the API key to be passed in the HTTP Authorization request header.

curl 'https://api.figment.io' -H 'Authorization: <api_key>'