POST /v2/gn/evp
gn.pix.evp.write
Request
The request sent to this endpoint does not require a body, only the OAuth authorization headers and the account certificate, just like the previous endpoints.
Responses
The responses below represent Success(201) and consumption failures/errors.
- 🟢 201
- 🔴 400
- 🔴 500
{
"chave": "345e4568-e89b-12d3-a456-006655440001"
}
{
"nome": "limite_criacao_chave_atingido",
"mensagem": "O limite de criação de chaves foi atingido"
}
{
"nome": "erro_aplicacao",
"mensagem": "Ocorreu um erro ao solicitar a criação da chave"
}