Issuance API
List Programs
Retrieve all programmes belonging to your organisation.
GET
Overview
Returns a list of all programmes created under your organisation. Use theprogramId from this response when issuing credentials.
No query parameters or request body required. Authentication via
Authorization or X-Api-Key header.Response Fields
| Field | Type | Description |
|---|---|---|
programId | string | Unique programme identifier |
name | string | Programme name |
description | string | Programme description |
orgId | string | Organisation the programme belongs to |
mode | string | "live" or "test" |
createdAt | string | ISO 8601 creation timestamp |
updatedAt | string | ISO 8601 last-updated timestamp |
Error Codes
| Code | HTTP | Description |
|---|---|---|
UNAUTHORIZED | 401 | Token missing, malformed, or revoked |
FORBIDDEN | 403 | Token’s organisation not found or access denied |

