Overview
This section is the full, interactive reference for the Voodoo Center API, generated from our OpenAPI specification. Every endpoint lists its parameters, request and response schemas, example payloads, and an API Explorer you can use to send real requests.
Endpoints
The programmatic API has three endpoints, plus the token-exchange endpoint used to authenticate:
The reference also documents the outbound order-status webhook Voodoo Center sends to your URL when an order settles. See the Webhooks guide for verification details.
Authenticating the API Explorer — enter only your API key
The Explorer handles authentication for you. You provide only your ak_ API
key; it obtains the access token automatically.
Enter your API key
Open the authorization panel and paste your ak_ API key. That’s the only
credential you supply — there is no JWT to paste.
The Explorer sends live requests to https://api.voodoo.center — the same calls
you can make with cURL or from your own backend.