Manage orders, products, origins, and value chains for supply chain transparency and compliance.
Coolset Supply Chain API (1.0)
Download OpenAPI description
Overview
URL
E-mail
Languages
Servers
Mock server
https://api.coolset.com/_mock/supply-chain-api/
Production server
https://developers-scranton.coolset.com/api/
- Mock serverhttps://api.coolset.com/_mock/supply-chain-api/value-chains
- Production serverhttps://developers-scranton.coolset.com/api/value-chains
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.coolset.com/_mock/supply-chain-api/value-chains?company_name=string&company_name__icontains=string&company_name__startswith=string&company_name__endswith=string&description=string&description__icontains=string&description__startswith=string&description__endswith=string&status=revoked&status__in=string&country_code=string&country_code__in=string&external_id=string&external_id__icontains=string&external_id__startswith=string&external_id__endswith=string&external_id__in=string&permission_granted=string&is_self_managed=string&contact_name=string&contact_name__icontains=string&contact_name__startswith=string&contact_name__endswith=string&contact_email=string&contact_email__icontains=string&contact_email__startswith=string&contact_email__endswith=string&assessment_status=pending&assessment_status__in=string&passing_percentage_gte=string&failing_percentage_gte=string&ordering=string&search=string&limit=0&offset=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "count": 0, "next": "http://example.com", "previous": "http://example.com", "results": [ { … } ] }
- Mock serverhttps://api.coolset.com/_mock/supply-chain-api/value-chains
- Production serverhttps://developers-scranton.coolset.com/api/value-chains
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.coolset.com/_mock/supply-chain-api/value-chains \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"company_name": "string",
"description": "string",
"status": "revoked",
"country_code": "st",
"external_id": "string",
"permission_granted": true,
"is_self_managed": true,
"contact_name": "string",
"contact_email": "user@example.com",
"invitation_id": "a6e6785a-3ea9-406c-b873-17eaf2ed5fc9",
"reciprocal_company_id": 2147483647
}'Response
application/json
{ "id": 0, "company_name": "string", "description": "string", "status": "revoked", "assessment_status": "pending", "country_code": "st", "external_id": "string", "permission_granted": true, "is_self_managed": true, "contact_name": "string", "contact_email": "user@example.com", "invitation_id": "a6e6785a-3ea9-406c-b873-17eaf2ed5fc9", "reciprocal_company_id": 2147483647, "has_account": "string", "is_invited": "string", "pulse_params": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "assessment_summary": {} }
- Mock serverhttps://api.coolset.com/_mock/supply-chain-api/value-chains/{id}
- Production serverhttps://developers-scranton.coolset.com/api/value-chains/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.coolset.com/_mock/supply-chain-api/value-chains/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "id": 0, "company_name": "string", "description": "string", "status": "revoked", "assessment_status": "pending", "country_code": "st", "external_id": "string", "permission_granted": true, "is_self_managed": true, "contact_name": "string", "contact_email": "user@example.com", "invitation_id": "a6e6785a-3ea9-406c-b873-17eaf2ed5fc9", "reciprocal_company_id": 2147483647, "has_account": "string", "is_invited": "string", "pulse_params": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "assessment_summary": {} }
- Mock serverhttps://api.coolset.com/_mock/supply-chain-api/value-chains/{id}
- Production serverhttps://developers-scranton.coolset.com/api/value-chains/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://api.coolset.com/_mock/supply-chain-api/value-chains/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"company_name": "string",
"description": "string",
"status": "revoked",
"country_code": "st",
"external_id": "string",
"permission_granted": true,
"is_self_managed": true,
"contact_name": "string",
"contact_email": "user@example.com",
"invitation_id": "a6e6785a-3ea9-406c-b873-17eaf2ed5fc9",
"reciprocal_company_id": 2147483647
}'Response
application/json
{ "id": 0, "company_name": "string", "description": "string", "status": "revoked", "assessment_status": "pending", "country_code": "st", "external_id": "string", "permission_granted": true, "is_self_managed": true, "contact_name": "string", "contact_email": "user@example.com", "invitation_id": "a6e6785a-3ea9-406c-b873-17eaf2ed5fc9", "reciprocal_company_id": 2147483647, "has_account": "string", "is_invited": "string", "pulse_params": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "assessment_summary": {} }
- Mock serverhttps://api.coolset.com/_mock/supply-chain-api/value-chains/{id}
- Production serverhttps://developers-scranton.coolset.com/api/value-chains/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://api.coolset.com/_mock/supply-chain-api/value-chains/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'