Secret keys
Authenticate API requests with a secret key using bearer auth.
The Fency API uses secret keys to authenticate requests. Secret keys can be obtained in the Fency Dashboard.
Your secret keys carry many privileges, so be sure to keep them secure! Do not share your secret keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Authentication to the API is performed via bearer auth. Provide your secret key as -H "Authorization: Bearer sk_123...".
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.