Skip to main content
This quickstart walks you through making your first authenticated request.
1

Create an API key

Create an API key via Spirii Connect. Navigate to API tokens under Team Access. Upon creation, you will receive your unique API key via a secure one-time link.This link can only be opened once, so ensure you store your key securely after accessing it.
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.
Only Spirii Connect users with an Operator role or higher can create API tokens.