Getting information about an order

The method allows you to get information on a previously created order by its identifier in the system

Getting information about an order

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body

Order information request body

orderIdstringOptional

Order ID in the system

Example: 8c770e8a-b0c5-4a9f-be9f-603677c4baab
Responses
chevron-right
200Success
application/json

Successful response

successbooleanRequired

Request success indicator

post
/api-gateway/order
200Success

Last updated