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_via_post_reserved_map \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"store_ids": [
"<string>"
],
"listing_links": "<string>"
}'/inventory/get_via_post_reserved_map
curl --request POST \
--url https://api.skulabs.com/inventory/get_via_post_reserved_map \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"store_ids": [
"<string>"
],
"listing_links": "<string>"
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK