Skip to main content
POST
/
sources
/
webhook
/
{webhook}
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.base39.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

webhook
string
required

Identificador do webhook

Body

application/json

Dados a serem processados via webhook

{key}
string

Valor do campo

Response

200 - application/json

Webhook recebido com sucesso

status
enum<string>
Available options:
ok