The Fungies API uses API keys to authenticate requests. You can view and manage your API keys in the Fungies Dashboard.

Secret keys have the prefix sec_ and public keys have the prefix pub_.

Public key is passed in x-fngs-public-key header and is required for all requests. Secret key is passed in x-fngs-secret-key header and is required to all POST requests.

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.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.