Issuance API
List Credential Batches
List all credential batches issued under your organisation.
GET
Overview
Returns a summary list of every credential batch your organisation has issued. To see the full recipient list for a batch, use Get Credential Batch.No query parameters or request body required. Authentication via
Authorization or X-Api-Key header.Response Fields
| Field | Type | Description |
|---|---|---|
batchId | string | Unique batch identifier |
programId | string | Programme this batch belongs to |
batchName | string | Batch label |
orgId | string | Organisation |
mode | string | "live" or "test" |
status | string | Batch status |
recipientCount | number | Number of credentials issued in this batch |
issuedAt | string | ISO 8601 timestamp |
Error Codes
| Code | HTTP | Description |
|---|---|---|
UNAUTHORIZED | 401 | Token missing or invalid |

