You authenticate to the Fyrebox API by providing one of your API keys in the request. You can manage your API keys from your account . All premium users can generate an API key. Your API key carry many privileges, so be sure to keep it secret!
Authentication to the API occurs via HTTP Basic Auth. Provide your API key as the basic auth username. You do not need to provide a password.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. You must authenticate for all requests.
0 Comments