Mobile Certificates (Apple Pay)
List Apple Pay certificates
Returns a list of Apple Pay certificate records.
GET
This endpoint requires the apple-pay-certificates.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Defines the maximum number of items to return for this request.
Required range:
1 <= x <= 100
Example:
1
A cursor that identifies the page of results to return. This is used to paginate the results of this API.
For the first page of results, this parameter can be left out.
For additional pages, use the value returned by the API in
the next_cursor
field. Similarly the previous_cursor
can be used to
reverse backwards in the list.
Example:
"ZXhhbXBsZTE"
Response
200
application/json
Returns a list of Apple Pay certificate records.
A list of Apple Pay certificate records.