listPixKey
GET/api/pix/keys
Shows all Pix keys informations
Responses
- 200
- 401
- 500
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Pix Key
- ]
- Array [
- MetaLinks
- MetaLinks
- MetaLinks
- ]
data object[]
Array of transactions data)
anyOf
id id (string)
Pix Key id
type type (string)
Possible values: [CPF
, CNPJ
, EMAIL
, PHONE
, EVP
]
Pix Key type
key key (string)
Pix Key
emv emv (string)
EMV related to the key
created_at created_at (string)
Date when the key was created
links object
Links
first first (string)
Show first page link
last last (string)
Show last page link
prev prev (string)
Show previous page link
next next (string)
Show next page link
meta object
Links
current_page current_page (integer)
Current page number
from from (integer)
From page number
last_page last_page (integer)
Last page number
links object[]
Array of links to navigate the pages
anyOf
url url (string)required
url
label label (string)required
label
active active (boolean)required
active
url url (string)
url
label label (string)
label
active active (boolean)
active
url url (string)required
url
label label (string)required
label
active active (boolean)required
active
path path (string)
Pagination path
per_page per_page (integer)
Pagination per_page number os itens
to to (integer)
Pagination to page
total total (integer)
Total number of itens per page
{
"data": [
{}
],
"links": {
"first": "http://payments-api-hml.zrobank.xyz/api/transactions?page=1",
"last": "http://payments-api-hml.zrobank.xyz/api/transactions?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": null,
"last_page": 1,
"links": [
{},
{},
{}
],
"path": "http://payments-api-hml.zrobank.xyz/api/transactions",
"per_page": 10,
"to": null,
"total": 1
}
}
Unauthenticated
- application/json
- Schema
- Example (from schema)
Schema
message message (integer)
Response 401
{
"message": "Invalid x-api-key"
}
Error
Loading...