v1

latestOpenAPI 3.0.02026-07-24231140.6 KB
BRGC Batches

List your BRGC batches

Retrieves all BRGC batches created by your account with pagination.

Rate Limit: 20 requests per minute

get/brgc-batches

Query parameters

startinteger

Pagination offset (default 0)

limitinteger

Number of records to return (max 50, default 50)

Response

Success

Example response

{
  "data": [
    {
      "batch_id": "batch-marketing-2025-abc123def456",
      "total_quantity": 100,
      "total_amount": 500,
      "total_redeemed": 42,
      "redemption_rate": 42,
      "currency": "EUR",
      "created_time": "2024-01-01T12:00:00.000Z",
      "expiration_date": "2025-01-01T23:59:59.999Z",
      "details": [
        {
          "count": 10,
          "value": 5
        }
      ]
    }
  ]
}