Taiga
API ReferencePrior Authorizations

Configure Prior Authorization Webhook

Registers one HTTPS callback for the organization. Status events are signed and retried with exponential backoff.

PUT
/api/prior-authorizations/v1/webhook-endpoint

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/api/prior-authorizations/v1/webhook-endpoint" \  -H "Content-Type: application/json" \  -d '{    "url": "http://example.com"  }'
{  "enabled": true,  "signing_secret": "string",  "url": "http://example.com"}