cURL
curl --request POST \ --url https://api.base39.com.br/v2/sources/webhook/{webhook} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "status": "ok" }
Endpoint para recebimento de dados via webhook
The access token received from the authorization server in the OAuth 2.0 flow.
Identificador do webhook
Dados a serem processados via webhook
Valor do campo
Webhook recebido com sucesso
ok