API Authentication
We use API Keys for authenticating requests to our API. In this document we'll explain how you can manage and use the keys for your account.
Last updated
We use API Keys for authenticating requests to our API. In this document we'll explain how you can manage and use the keys for your account.
Last updated
Once your account is approved, you will need to create an API key to send your requests to our API. Go to your account and create a new key with a name. Once the key is created, copy the value and you will immediately be free to start using it to make requests.
If you are worried you have exposed your Gaffa API key or just want to periodically rotate your keys you can create another key and then delete your old keys. Deleted keys will immediately stop working for new requests to the API but past browser requests made using old keys will still be available.
Our API is secured with a customer header X-API-Key
whose value should be any current API key in your account. That's all you need to add to your request!