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 GET \ --url 'https://api.nsr.stateset.com/api/v1/auth/session' \ --header 'X-API-Key: YOUR_API_KEY'
{ "auth_type": "string", "email": "string", "name": "string", "org_id": "string", "rate_limit_per_minute": 1, "scopes": [ "read" ], "user_id": "string" }
Required scope: read
read
AuthSessionResponse
200
401
403
429