Simple guides to help you start tracking your supply chain carbon. Technical details available for your IT team.
Detailed instructions for your IT team to connect our system to yours
View Technical Guide →Start tracking in 5 minutes
Sign up with your email and company name:
curl -X POST https://scope3-tracker.vercel.app/api/auth/signup \
-H "Content-Type: application/json" \
-d '{
"email": "you@company.com",
"password": "SecurePass123!",
"name": "Your Name",
"companyName": "Your Company"
}'Log in with your email and password:
curl -X POST https://scope3-tracker.vercel.app/api/auth/login \
-H "Content-Type: application/json" \
-d '{
"email": "you@company.com",
"password": "SecurePass123!"
}'Access your data securely:
curl -X GET https://scope3-tracker.vercel.app/api/suppliers \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "X-Company-ID: YOUR_COMPANY_ID"