Authentication

The Found Hero API uses API keys to authenticate requests. You can view and manage your API keys in the account settingsarrow-up-right page.

Each request you make to the API must include the following HTTP header in order to authenticate with Found Hero API:

fh-api-key: {YOUR_API_KEY}

Replace the YOUR_API_KEY with your own API key. All API requests must be made over HTTPSarrow-up-right. Calls made over plain HTTP will fail. API requests without the above fh-api-key header will also fail.

circle-exclamation

Last updated