Tracira
API referenceUtilities

Verify a webhook token

GET
/api/verify

Authorization

webhookToken
AuthorizationBearer <token>

Workspace webhook token from Settings -> Integrations.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/verify"
{
  "workspaceName": "string"
}
{
  "error": "string",
  "code": "string",
  "fields": {
    "property1": "string",
    "property2": "string"
  }
}