Skip to main content
GET
List enrollments

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

Opaque cursor returned in next_cursor.

limit
integer
default:50
Required range: 1 <= x <= 200
customerId
string
cardId
string
status
enum<string>
Available options:
ACTIVE,
INACTIVE,
REVOKED

Response

200 - application/json

OK

has_more
boolean
required
next_cursor
string | null
required
limit
integer
required
data
object[]
required