Skip to main content
The Credibill API uses API keys to authenticate requests. You can view and manage your API keys in the Developer Dashboard.

API Keys

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code.

Authenticating Requests

Authentication to the API is performed via the Authorization header using the Bearer scheme.

Example Request

Server-side route (App Router)

Error Handling

If the API key is missing, malformed, or invalid, the API will return a 401 Unauthorized response.