Skip to main content

Authentication

Koinflow business API uses API Keys to authenticate requests.

1. Generating an API Key

You can generate and manage your API keys from the Koinflow Dashboard.

  • Go to Account > Integrations > API Keys.
  • Click Generate New Key.
  • Important: Store this key safely. It will not be shown again.

2. Using the API Key

Include the key in the x-api-key header of every request.

x-api-key: your_api_key_here