Skip to content
Download OpenAPI description
Languages
Servers

https://docs.norce.io/

Webhooks
Webhooks
Webhooks

Request

Bodyapplication/json

This event gets triggered when Norce has completed one of its internal jobs. These events can be used to get information about when a job has finished.

ClientIdinteger(int32)required

Client identifier

ApplicationIdinteger(int32)

Application identifier

JobIdinteger(int32)required

This is the JobId of the job in Norce

StatusIdinteger(int32)required

This is the status of the outcome of the job, should be 2, 3 or 4. (1=Initialized, 2=Succeeded, 3=Failed, 4=Validation failed, 5=Validating, 6=Queued)

Enum123456

Responses

Return a 200 status to indicate that the data was received successfully

Webhooks
Webhooks