Quickstart
1. Get an API key
Section titled “1. Get an API key”In the dashboard, go to Settings → API keys and create a key for your test environment.
2. Make your first call
Section titled “2. Make your first call”curl https://api.shiftingblocks.com/v1/customers \ -H "Authorization: Bearer sk_test_..."3. Receive webhooks
Section titled “3. Receive webhooks”Configure an endpoint on your server and subscribe to the events you need from Settings → Webhooks.
Next steps: explore authentication, SDKs, and the full API reference.