Skip to main content
GET
List Fiat Accounts

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Query Parameters

customerId
string<uuid>

Filter fiat accounts by the customer's unique identifier.

paymentMethodType
string

Filter fiat accounts by its type.

Response

A paginated list of fiat accounts.

count
integer

Total number of items across all pages.

next
string<uri> | null

URL to the next page of results. Null if no next page.

previous
string<uri> | null

URL to the previous page of results. Null if no previous page.

results
object[]

Array of fiat account objects for the current page.