Skip to main content

Authentication

The Figment API uses API keys to authenticate requests.

Where to find the API Key

You can view and manage your API keys in the Figment app Developers dashboard. Reach out to us to get access.

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>'