get https://api.iugu.com/v1/pix/keys
Consultar a chave PIX da Conta Iugu, funciona apenas em ambiente de Produção
Log in to see full request history
Responses
Consultar a chave PIX da Conta Iugu, funciona apenas em ambiente de Produção
xxxxxxxxxx
curl --request GET \
--url https://api.iugu.com/v1/pix/keys \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"key": "123e4f56-cce7-4255-b526-e0f33c3c3ce4",
"name": "Subconta Teste",
"created_at": "2023-08-17T20:53:49.835Z",
"start_date": "2023-08-17T20:53:49.835Z",
"type": "evp"
}
]