BK Software
We do our best BK Software Ltd
0%

Authentication & API Keys

All API requests must include a valid API key in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Generating a key

  1. Log in → Dashboard → Settings → API Keys
  2. Click New Key, give it a name and set an expiry
  3. Copy the key immediately — it is shown only once

Key scopes

ScopeAccess
readGET requests only
writePOST, PUT, PATCH
adminFull access including DELETE and billing
Never expose API keys in client-side code or public repositories. Use environment variables.

Was this article helpful?