Authentication
Last updated
Last updated
API requests are authenticated using API keys which are sent via the custom X-API-KEY
header. Any request that doesn't include an API key will return an authentication error.
You can view and manage your API keys at the profile settings page in your Fusionbase account.
All API requests must be made over HTTPS. Calls made over plain HTTP will be redirected to HTTPS. API requests without authentication will fail.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Go to your account profile and press the Add API Key button.
Do never disclose your API key publicly.
The API key is added via the x-api-key
property in the request header.