API keys

Bearer tokens for product management APIs. Create and revoke keys in the dashboard.

Authentication

Pass your secret key in the Authorization header:

Header

Authorization: Bearer flint_sk_your_secret_key

Keys are created in Developer. The full key is shown once — store it securely.

Scope

  • API keys authenticate product CRUD endpoints.
  • Checkout does not require an API key.
  • Webhook signing uses a separate secret per endpoint.

Example

cURL

curl https://flintpay.cc/api/products \
  -H "Authorization: Bearer flint_sk_your_secret_key"