Taiga
API ReferencePrior Authorizations

Get prior authorization webhook

GET
/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

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"}