Skip to main content
This quickstart walks you through making your first authenticated request. By the end you’ll have listed the locations on your Spirii account.
1

Get an API key

Request access via support@spirii.com. You’ll receive a sandbox API key for testing.
2

Make your first request

Replace YOUR_API_KEY and run:
curl https://api.spirii.com/v1/locations \
  -H "Authorization: Bearer YOUR_API_KEY"
3

Explore the API Reference

Every endpoint has a try-it playground. See API Reference.
Use the sandbox environment until you’re ready for production. Sandbox keys never trigger real charging sessions or billing.