Skip to main content

Prerequisites

You need:
  • An approved Bukki Pro workspace
  • An OWNER or ADMIN workspace role
  • A server-side environment where the API key can be stored securely
1

Create an API key

Open Workspace Settings → API access, select only the scopes your integration needs, and choose an expiry period.
2

Store the secret

Copy the complete key when Bukki displays it. The value is shown only once. Save it in your deployment platform’s secret manager.
3

Call the API

Send the key in the X-API-Key header.
4

Continue a collection

When page.hasMore is true, send page.nextCursor unchanged as the next request’s cursor value.
Never put a Bukki API key in browser JavaScript, a mobile application, source control, logs, or analytics events.