Skip to main content
POST
/
inventory
curl --request POST \
  --url https://api.keystoneb2b.io/v1/inventory \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "health"
}
'
{
  "success": true,
  "service": "inventory-truth-api",
  "timestamp": "2023-11-07T05:31:56Z"
}

Body

application/json
action
enum<string>
required
Available options:
health

Response

Success

success
boolean
Example:

true

service
string
Example:

"inventory-truth-api"

timestamp
string<date-time>