All requests must include a valid secret key in the Authorization header using the Bearer token scheme.Authorization: Bearer {{secretKey}}
Partners can retrieve their Live and Test secret keys from the API settings in their Partner Dashboard.
Test keys start with sk_test_, while live keys start with sk_live_.
Test keys should only be used during the testing and development phase.
❗ Important: Do not expose your secret keys in client-side code or public repositories.
Modified at 2025-07-03 22:05:23