Status order tracking

Register now to receive information about the status of 
the order when there is a problem

Good to know: All the methods shown below are synced to an example Swagger file URL and are kept up to date automatically with changes to the API.

Retrieve registered webhook update status order

Retrieve registered webhook.

GET https://api-v2.printway.io/api/v2/webhook/status-order-pending

{
    "status": 200,
    "message": "Get webhook tracking information completed!",
    "result": {
        "endpoint": "https://printway.io/tracking/sent",
        "access_key": "",
        "access_token": ""
    }
}

Register new webhook

POST https://api-v2.printway.io/api/v2/webhook/status-order-pending

Request Body

NameTypeDescription

endpoint*

string

Http URL endpoint receive tracking

access_key

string

Your access key (We'll send into header)

access_token

string

Your access token

Update registered webhook

PUT https://api-v2.printway.io/api/v2/webhook/status-order-pending

Request Body

NameTypeDescription

endpoint*

string

Http URL endpoint receive tracking

access_key

string

Your access key (We'll send into header)

access_token

string

Your access token

Delete registered webhook

DELETE https://api-v2.printway.io/api/v2/webhook/status-order-pending

Last updated