List the card programs associated with your business. GET /programs. Requires programs:read scope.
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
programId | string | Unique program identifier |
name | string | Program name (as configured in Dashboard) |
status | string | ACTIVE or INACTIVE |
productCount | integer | Number of card products defined under this program |
createdAt | string | Program creation timestamp |
GET /programs/{programId}/products to see available products and their productId values for card issuance.JWT access token obtained from POST /auth/token
Programs retrieved
The response is of type object.