Asset Retrieval
Retrieve customer assets with tenant isolation
Authorizations
AuthorizationstringRequired
Authorize the API call with your API token in the Authorization header with the value: Bearer your-api-token.
If you don't have an API token yet, please refer to Authorization to learn how to create one.
Responses
200
Assets retrieved successfully
401
Missing or invalid JWT token
403
Insufficient scope or tenant not resolved
500
Internal server error
get
/api/assetsGET /customer/api/assets HTTP/1.1
Host: api.partssource.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"assets": [],
"errors": [
"text"
],
"correlationId": "text",
"timestamp": "2025-12-06T19:49:43.807Z"
}Last updated

