Loading documentation…
Loading documentation…
Make a first Inventory API request in five minutes.
Open Get API key in the header. Create an application-scoped key in the Dashboard and keep it in a server-side secret store.
Export the key only in your local shell or secret manager. Never commit it or place it in a URL.
export STEAMCALL_API_KEY="your_application_key"Replace the Steam ID and application identifiers with values owned by your integration.
curl --request GET \
'https://api.steamcall.com/v2/steam/users/76561198000000000/inventory/730/2' \
--header "X-API-Key: $STEAMCALL_API_KEY"Treat the generated Inventory response schema as canonical. Retain X-Request-ID when contacting support, and read Errors before adding retries.