API ReferencePrior Authorizations
Get prior authorization webhook
Authorization
BearerAuth AuthorizationBearer <token>
Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/prior-authorizations/v1/webhook-endpoint"{ "enabled": true, "signing_secret": "string", "url": "http://example.com"}Trigger Prior Authorization Test Status POST
Sets a deterministic outcome on a request created with test_mode=true and enqueues the same signed webhook used by live status changes. Ordinary requests cannot use this endpoint. A terminal test outcome cannot be changed; create a separate test request for each terminal scenario. See [test statuses and webhook examples](/docs/prior-authorization-webhooks).
Disable Prior Authorization Webhook DELETE
Next Page