Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
curl --request POST \
--url https://api.skulabs.com/inventory/get_items \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item_ids": [
"<string>"
],
"warehouse_ids": [
"<string>"
]
}'/inventory/get_items
curl --request POST \
--url https://api.skulabs.com/inventory/get_items \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item_ids": [
"<string>"
],
"warehouse_ids": [
"<string>"
]
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK