Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request POST \ --url 'https://api.nsr.stateset.com/api/v1/auth/login' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "email": "string", "password": "string" }'
{ "api_key": "string", "api_key_created_at": "string", "api_key_prefix": "string", "email": "string", "org_id": "string", "user_id": "string" }
Required scope: write
write
AuthLoginRequest
AuthResponse
200
401
403
429