List PIX keys
GET /order/v1/banking/accounts/{accountId}/keys
GET
/order/v1/banking/accounts/{accountId}/keys
Retrieve all PIX keys for the given account.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” accountId
required
string format: uuid
Identifier of the account
Responses
Section titled “ Responses ”The resource was returned successfully
object
data
required
List of PIX keys linked to the account
Array<object>
object
id
required
Identifier of the PIX key
string
type
required
Type of the PIX key
string
key
required
PIX key value
string
createdAt
required
Creation date of the PIX key
string
possedAt
required
Date when the key was associated to the account
string
object
error
string
message
string
details
Array<object>
object
field
string
issue
string
description
string
Unauthorized Request
object
error
string
message
string
details
Array<object>
object
field
string
issue
string
description
string
object
error
string
message
string
details
Array<object>
object
field
string
issue
string
description
string