Authentication

The Found Hero API uses API keys to authenticate requests. You can view and manage your API keys in the account settings 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 HTTPS. Calls made over plain HTTP will fail. API requests without the above fh-api-key header will also fail.

Last updated

Was this helpful?