...
Code Block | ||
---|---|---|
| ||
curl --request GET --url https://staging-ws.di.no/ws/json/parcel/label/v-1/labels/00370724760010119754/unified-large \ --header "authorization: Bearer $SECRET_WS_TOKEN" \ --header 'content-type: application/json' \ --header 'accept: application/pdf,application/json' \ |
Response
Info |
---|
General notes for API response The API will respons with a file in the specified file format.
|
Error handling
API requests that result in errors will return an appropriate HTTP status code to help you identify the type of error. You can use the table below to understand what each code means.
...