Skip to main content

Order status

Retrieving the status of an order.

To obtain the status of an order, it is necessary to make a GET request with the following configuration:

URL

https://api.bembit.com/api/v1/orders/{id}/status

Method

GET

Params

Important!

For this request, the id of the order being queried must be included in the URL of the request.

ParamsTypeDefault valuesDescription
idstringundefinedOrder Id.

cURL

curl -X 'GET' \
'https://api.bembit.com/api/v1/orders/{id}/status' \
-H 'accept: application/json'

Server Responses:

Status 200:

Success

Status 403:

Unauthorized

Status 404:

Order not found

See and test our API on Swagger.