Skip to main content
GET
/
webhooks
/
{webhookId}
Obter webhook
curl --request GET \
  --url https://api.example.com/webhooks/{webhookId} \
  --header 'X-Api-Key: <api-key>'
{
  "webhook": {
    "id": "<string>",
    "name": "<string>",
    "url": "<string>",
    "subscriptions": [
      "<string>"
    ]
  }
}

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Path Parameters

webhookId
string
required

Response

200 - application/json

Default Response

webhook
object
required