POST
/
sources
/
webhook
/
{webhook}
curl --request POST \
  --url https://api.base39.com.br/v1/{workspace}/sources/webhook/{webhook} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "status": "ok"
}

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 · object
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