Authentication

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 settingsarrow-up-right 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.

circle-exclamation

Creating API Keys

Go to your account profile arrow-up-rightand press the Add API Key button.

triangle-exclamation

Authenticate Requests

The API key is added via the x-api-key property in the request header.

Last updated

Was this helpful?