Skip to main content
POST
/
inventory
/
aws
/
upload-url
Create URL to bulk upload inventory
curl --request POST \
  --url https://prod01.oms.fabric.inc/api/v2/inventory/aws/upload-url \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-site-context: <x-site-context>' \
  --data '{
  "fileName": "45162930812_inventory"
}'
{
  "keyId": "981628612_inventory",
  "url": "https://url.com/qwertyuioplkjhgfds"
}

Authorizations

Authorization
string
header
required

Headers

x-site-context
string
required
Example:

Body

application/json
fileName
string
Example:

Response

keyId
string
Example:
url
string
Example: