Commet
  • Pricing
Log InTry out
List credit packs GET
DocumentationKnowledge BaseBuild with AIAPI ReferenceWebhooks

List credit packs

List all active credit packs.

List active add-ons GET

List all active add-ons for a customer's subscription.

Batch create customers POST

Create up to 100 customers in a single request.

GET
/credit-packs

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Response Body

application/json

curl -X GET "https://commet.co/api/credit-packs"

List all active credit packs.

{
  "success": true,
  "data": [
    {
      "id": "string",
      "name": "string",
      "description": "string",
      "credits": 0,
      "price": 0,
      "currency": "usd"
    }
  ]
}