All API requests require authentication using your Secret Key (sk_prod_xxxx). Include it in the Authorization header:
Copy
Ask AI
Authorization: Bearer sk_prod_xxxx
For testing purposes, set your environment to development in the dashboard.
This will give you a secret key that doesn’t require a valid transaction hash,
making it easier to test the endpoints without needing to process actual transactions.
When you buy a service, you’ll receive status updates via webhooks at the URL you configured in your dashboard. Make sure to handle these webhook notifications to track the status of your service purchases.