Getting started
Quickstart
Make your first API call in under 10 minutes.
1. Get an API key
Sign up and create a sandbox key from your dashboard. Sandbox keys are issued instantly.
2. Make your first call
curl
curl https://api.amakoragroup.com/v2/motor/quotes \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json" \
-d '{ "vehicle": { "year": 2021 }, "coverage": "comprehensive" }'3. Promote to production
When you're ready, generate a production key (MFA required) and swap your sk_test_ prefix for sk_live_. The contract is identical.