Requisição
Adicionar o parâmetro Authorization
a Cabeçalhos, cujo valor é concatenar o Token após o Bearer. Exemplo:Authorization: Bearer ********************
Códigos de solicitação
curl --location --request GET '/receiver-accounts/00dfc687-6168-4e8f-b614-0513715eae2e/' \
--header 'Accept: application/json' \
--header 'X-Workspace-Id: {{workspace_id}}' \
--header 'Authorization: Bearer <token>'
Respostas
application/json {
"name": "<string>",
"tax_id": "<string>",
"id": "<uuid>",
"tags": [
"<string>",
"<string>"
],
"bank_code": "<string>",
"branch_code": "<string>",
"account_number": "<string>",
"account_type": "checking_account",
"account_id": "<uuid>",
"created_at": "<dateTime>",
"updated_at": "<dateTime>"
}
Modificado em 2025-05-15 20:31:40