Skip to main content
GET
Get list of credentials for offer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
default:application/json
required

API response format

Available options:
application/json

Path Parameters

offerId
integer
required
Example:

123

Query Parameters

status
enum<string>
default:all

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"

perPage
integer
default:20

Page size, max 100. The legacy per_page alias is still accepted.

Required range: 1 <= x <= 100
Example:

20

page
integer
Example:

1

Response

Success. Returns paginated list of credentials.

current_page
integer
Example:

1

data
object[]
last_page
integer
Example:

5

per_page
integer
Example:

20

total
integer
Example:

100