API Documentation
Introduction
Get started with the Stardex API
Base URL
All API requests should be made to:
For example, to access the /v0/persons
endpoint, you would make a request to:
Authentication
All API endpoints require authentication using Bearer tokens in the Authorization header. Add your API key as follows:
You can get your API key from the Stardex Settings.
Response Format
All API endpoints follow a consistent response format:
Example Successful Response
Example Error Response
Common HTTP Status Codes:
200
: Operation completed successfully400
: Invalid request or missing fields401
: Missing or invalid API key403
: Forbidden - insufficient permissions404
: Resource not found500
: Unexpected server error
Was this page helpful?