{
"productKey": "<string>",
"expectedDeliveryTime": "2023-11-07T05:31:56Z",
"price": 1,
"title": "<string>",
"documentFormat": "<string>",
"deliveredAt": "2023-11-07T05:31:56Z",
"file": "<string>"
}Gov ordered document
This notification is sent when a gov registers document, which was ordered using the API, is delivered.
WEBHOOK
govOrderedDocument
{
"productKey": "<string>",
"expectedDeliveryTime": "2023-11-07T05:31:56Z",
"price": 1,
"title": "<string>",
"documentFormat": "<string>",
"deliveredAt": "2023-11-07T05:31:56Z",
"file": "<string>"
}Headers
Available options:
GOV_ORDERED_DOCUMENT Webhook signature
Body
application/json
Required range:
x >= 0Maximum string length:
5Available options:
NOT_ORDERED, IN_PROGRESS, FINISHED, FAILED, TIMED_OUT Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?