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.
cURL
curl --request POST \ --url https://api.app.shinzo.ai/auth/generate_ingest_token \ --header 'Authorization: Bearer <token>'
Create a new ingest token for telemetry data ingestion.
curl -X POST https://api.app.shinzo.ai/auth/generate_ingest_token \ -H "Authorization: Bearer <jwt_token>"
{ "uuid": "itk_abc123def456", "token": "abc123-def456-ghi789-...", "created_at": "2025-01-15T10:00:00Z", "status": "active" }
uuid
token
created_at
status
active
200
401