Prerequisites
- An Interstellas account — sign up at interstellas.com
- Your account
emailandpassword - Your
SECRET_KEYfrom Settings → API Keys in the dashboard
Step 1 — Sign in and get an access token
accessToken and the list of businesses registered to your account:
accessToken and note the id from the businesses array — that is your businessId.
Step 2 — Make an authenticated request
Every business endpoint requires three headers: your access token, your secret key, and your business ID.Next steps
Authentication
Understand the full three-header auth scheme and how to manage credentials.
API Reference
Browse every available endpoint.
Errors
Learn how errors are structured and how to handle them.
Pagination
Work with list endpoints that return paginated results.