POST
/
ingest
/
{toolId}
/
{ticketId}

The ingest endpoint is used to ingest a tool request. This endpoint is unlikely to be called directly by the user and is typically called by the tool provider.

Authorizations

Authorization
string
headerrequired

The client ID associated with your account.

x-optech-webhook-signature
string
headerrequired

The signature of the webhook - should be generated as a SHA256 hash of the payload and the secret key.

Path Parameters

toolId
string
required

ID of the tool making the request

ticketId
string
required

ID of the ticket

Body

application/json
data
object
required

The return data for the tool request.