Skip to main content
GET
List products

Overview

Returns all card products associated with your business across all programs. A Card Product is a specific card configuration within a program — it defines the card scheme (VISA/Mastercard), card type (Consumer/Corporate), the feature set available to cards issued under it, and the lifecycle controls enforced at issuance and funding time. Products are shared resources: they are always read from the LIVE database regardless of whether your API key is LIVE or SANDBOX. You can create products via POST /programs/:id/products and manage their lifecycle with the archive and activate endpoints.

Query Parameters

Example

Success Response (200)

Field Reference

Core Fields

features Object

controls Object

Products are always read from the LIVE database, even when using a SANDBOX API key. Use GET /programs/:id/products to list products scoped to a specific program.

Error Codes

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Query Parameters

limit
integer
default:50

Results per page

Required range: 1 <= x <= 100
offset
integer
default:0

Number of records to skip

Required range: x >= 0

Response

Products retrieved

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Products retrieved"

data
object[]
pagination
object
meta
object