🔗 Console REST APIUsage Management

Get credit payment methods

Retrieves available payment methods for adding credits

GET
/api/billing/add-credits/methods
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://example.com/api/billing/add-credits/methods"
[
  {
    "id": "string",
    "description": "string"
  }
]
Service StatusGitHub SDK