Asset Retrieval

Retrieve customer assets with tenant isolation

Retrieves assets for the authenticated tenant.

get
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
get
/api/assets
GET /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