Get compliance information for brand's products
GET/partner/v1.0/brands/:brandSlug/passports
Get compliance information for brand's products
Request
Path Parameters
The slug of the brand in the Carbon Trail platform
Query Parameters
Possible values: [agec]
The compliance view type for the product information
The date field to filter by. Valid values: 'created' (default) or 'updated'
The start date for filtering products
The end date for filtering products
Default value: 1
The page number for pagination (default: 1)
Default value: 100
The number of items per page (default: 100, max: 1000)
Responses
- 200
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
data
object[]
nullable
The list of items for the current page.
The name of the product.
The Stock Keeping Unit (SKU) of the product.
The article number of the product.
The list of hazardous substances associated with the product as per REACH regulation. Empty list indicates no hazardous substances are present.
Possible values: [Mostly Recyclable, Entirely Recyclable, Non Recyclable]
The percentage of recycled materials used in the raw materials of the product (0-100).
The percentage of recycled materials used in the product's packaging (0-100).
Indicates whether the product releases microplastics during use or washing. True if synthetic materials constitute 50% or more of the product weight.
The list of synthetic materials present in the product that may release microplastics.
traceability
object[]
nullable
The traceability information showing the manufacturing processes and their locations.
Provides supply chain transparency.
The name of the manufacturing process (e.g., Knitting, Weaving, Dyeing, Assembly).
location
object
Represents a geographical location where a manufacturing process or material sourcing takes place.
The unique identifier of the location.
The name of the city.
Possible values: non-empty
The ISO 3166-1 alpha-2 country code.
The full name of the country.
The name of the continent.
The latitude coordinate of the location.
The longitude coordinate of the location.
The current page number (1-indexed).
The number of items per page.
The total number of records across all pages.
The total number of pages available based on TotalRecords and PageSize.
{
"data": [
{
"name": "Organic Cotton T-Shirt",
"sku": "SKU-12345",
"articleNumber": "ART-67890",
"hazardousSubstances": [
"Lead",
"Cadmium"
],
"productRecyclability": "Mostly Recyclable",
"rawMaterialRecyclingPercentage": 45.5,
"packagingRecyclingPercentage": 80,
"microplasticsReleased": false,
"syntheticMaterials": [
"Polyester",
"Nylon"
],
"traceability": [
{
"name": "Dyeing",
"location": {
"id": "loc-12345",
"city": "Paris",
"country": "FR",
"countryName": "France",
"continent": "Europe",
"latitude": 48.8566,
"longitude": 2.3522
}
}
]
}
],
"page": 1,
"pageSize": 100,
"totalRecords": 250,
"totalPages": 3
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
data
object[]
nullable
The list of items for the current page.
The name of the product.
The Stock Keeping Unit (SKU) of the product.
The article number of the product.
The list of hazardous substances associated with the product as per REACH regulation. Empty list indicates no hazardous substances are present.
Possible values: [Mostly Recyclable, Entirely Recyclable, Non Recyclable]
The percentage of recycled materials used in the raw materials of the product (0-100).
The percentage of recycled materials used in the product's packaging (0-100).
Indicates whether the product releases microplastics during use or washing. True if synthetic materials constitute 50% or more of the product weight.
The list of synthetic materials present in the product that may release microplastics.
traceability
object[]
nullable
The traceability information showing the manufacturing processes and their locations.
Provides supply chain transparency.
The name of the manufacturing process (e.g., Knitting, Weaving, Dyeing, Assembly).
location
object
Represents a geographical location where a manufacturing process or material sourcing takes place.
The unique identifier of the location.
The name of the city.
Possible values: non-empty
The ISO 3166-1 alpha-2 country code.
The full name of the country.
The name of the continent.
The latitude coordinate of the location.
The longitude coordinate of the location.
The current page number (1-indexed).
The number of items per page.
The total number of records across all pages.
The total number of pages available based on TotalRecords and PageSize.
{
"data": [
{
"name": "Organic Cotton T-Shirt",
"sku": "SKU-12345",
"articleNumber": "ART-67890",
"hazardousSubstances": [
"Lead",
"Cadmium"
],
"productRecyclability": "Mostly Recyclable",
"rawMaterialRecyclingPercentage": 45.5,
"packagingRecyclingPercentage": 80,
"microplasticsReleased": false,
"syntheticMaterials": [
"Polyester",
"Nylon"
],
"traceability": [
{
"name": "Dyeing",
"location": {
"id": "loc-12345",
"city": "Paris",
"country": "FR",
"countryName": "France",
"continent": "Europe",
"latitude": 48.8566,
"longitude": 2.3522
}
}
]
}
],
"page": 1,
"pageSize": 100,
"totalRecords": 250,
"totalPages": 3
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
data
object[]
nullable
The list of items for the current page.
The name of the product.
The Stock Keeping Unit (SKU) of the product.
The article number of the product.
The list of hazardous substances associated with the product as per REACH regulation. Empty list indicates no hazardous substances are present.
Possible values: [Mostly Recyclable, Entirely Recyclable, Non Recyclable]
The percentage of recycled materials used in the raw materials of the product (0-100).
The percentage of recycled materials used in the product's packaging (0-100).
Indicates whether the product releases microplastics during use or washing. True if synthetic materials constitute 50% or more of the product weight.
The list of synthetic materials present in the product that may release microplastics.
traceability
object[]
nullable
The traceability information showing the manufacturing processes and their locations.
Provides supply chain transparency.
The name of the manufacturing process (e.g., Knitting, Weaving, Dyeing, Assembly).
location
object
Represents a geographical location where a manufacturing process or material sourcing takes place.
The unique identifier of the location.
The name of the city.
Possible values: non-empty
The ISO 3166-1 alpha-2 country code.
The full name of the country.
The name of the continent.
The latitude coordinate of the location.
The longitude coordinate of the location.
The current page number (1-indexed).
The number of items per page.
The total number of records across all pages.
The total number of pages available based on TotalRecords and PageSize.
{
"data": [
{
"name": "Organic Cotton T-Shirt",
"sku": "SKU-12345",
"articleNumber": "ART-67890",
"hazardousSubstances": [
"Lead",
"Cadmium"
],
"productRecyclability": "Mostly Recyclable",
"rawMaterialRecyclingPercentage": 45.5,
"packagingRecyclingPercentage": 80,
"microplasticsReleased": false,
"syntheticMaterials": [
"Polyester",
"Nylon"
],
"traceability": [
{
"name": "Dyeing",
"location": {
"id": "loc-12345",
"city": "Paris",
"country": "FR",
"countryName": "France",
"continent": "Europe",
"latitude": 48.8566,
"longitude": 2.3522
}
}
]
}
],
"page": 1,
"pageSize": 100,
"totalRecords": 250,
"totalPages": 3
}