Skip to main content
POST
/
warehouse
/
create_v2
Warehouse - Create V 2
curl --request POST \
  --url https://api.skulabs.com/warehouse/create_v2 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {}
}'

Authorizations

Authorization
string
header
required

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

Body

application/json
data
object

Response

OK

I