Skip to content
Guides
API reference
stablebilling:read

Get the current AI credit catalog

GET/v1/billing/current/ai-credits/catalog

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/billing/current/ai-credits/catalog"
{  "currencyCode": "string",  "creditValue": 0.1,  "creditPacks": [    {      "code": "string",      "name": "string",      "credits": 0,      "basePrice": 0.1,      "discountRate": 0.1,      "discountAmount": 0.1,      "price": 0.1,      "currencyCode": "string",      "isCustom": true    }  ],  "customCreditPack": {    "minCredits": 0,    "maxCredits": 0,    "creditStep": 0  }}