Skip to main content
GET
Gets the list of banks.

Authorizations

Authorization
string
header
required

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

Query Parameters

mappings__source
string

Filter by mappings__source

name
string

Filter by name

Name of the object

page
integer

the page number

Required range: x >= 1
per_page
integer

the number of elements per page

Required range: 1 <= x <= 100
sort
enum<string>

Sort by given attribute

Available options:
name,
mappings__source,
-name,
-mappings__source

Response

OK

items
object[]
meta
object