Tracking

Register now to receive tracking information as soon as the order is fulfilled

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 tracking

Retrieve registered webhook tracking.

GET https://api-v2.printway.io/api/v2/webhook/tracking

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

Register new webhook tracking

POST https://api-v2.printway.io/api/v2/webhook/tracking

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 tracking

Register new webhook tracking.

PUT https://api-v2.printway.io/api/v2/webhook/tracking

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 tracking

Delete registered tracking.

DELETE https://api-v2.printway.io/api/v2/webhook/tracking

Last updated