Authentication

Authentication ΒΆ

Every request to Gandi's API requires authentication. This is why all our routes require a unique Gandi API Key in its headers. If you don't have one yet, you can generate your production API key from the API Key Page (in the Security section).

Say your API Key is 0123456, every request you perform must contain the following HTTP header:

Authorization: Apikey 0123456