Get list of credentials for offer
Offer Credentials
Get list of credentials for offer
Available only for offers with credential_system_type_id = 3 (MULTIPLE / credential-mode).
*
credential_system_type_idis the authoritative delivery-mode field. Values: 1 = No Credentials (manual delivery via chat),- 2 = Single (deprecated — coerced to MULTIPLE on write), 3 = Multiple.
GET
Get list of credentials for offer
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
API response format
Available options:
application/json Path Parameters
Example:
123
Query Parameters
Filter by credential status. Omitted or all returns both active and sold credentials.
*
Possible values:
*
* - active: Credential is active and available for sale
* - sold: Credential was sold (stays available via the API after the sale)
* - all (default): No filtering
*
* Legacy numeric values are still accepted: 1 = active, 2 = sold.
Available options:
all, active, sold Example:
"sold"
Page size, max 100. The legacy per_page alias is still accepted.
Required range:
1 <= x <= 100Example:
20
Example:
1