Name | Located in | Description | Required | Schema |
---|---|---|---|---|
chave | path | Chave pix do recebedor | Yes | string |
curl --location -g --request PUT '/api/v2/webhook/{{chavePix}}' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhookUrl": "https://dominio.com.br/endpoint/pix"
}'
{}