Get delivery notes
Developing
GET
/orders/delivery-notes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/orders/delivery-notes?ids[]=42290' \
--header 'X-Identifier: {{x_identifier}}' \
--header 'Authorization: Bearer {{token}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Response Response Example
{}
Request
Query Params
ids[]
array[string]
optional
Example:
["42290"]
Header Params
X-Identifier
string
optional
Example:
{{x_identifier}}
Authorization
string
optional
Example:
Bearer {{token}}
Accept
string
optional
Example:
application/json
Content-Type
string
optional
Example:
application/json
Responses
Modified at 2025-06-27 11:45:20