Prerequisites
You need:- An approved Bukki Pro workspace
- An
OWNERorADMINworkspace 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.