Skip to main content
POST
/
order
/
get_single_bulk
Order - Get Single Bulk
curl --request POST \
  --url https://api.skulabs.com/order/get_single_bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "order": "<string>"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
order
string

Response

OK

I