Generate Ingest Token
Tokens
Generate Ingest Token
Create a new ingest token for telemetry data ingestion.
POST
Generate Ingest Token
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token authentication.Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
uuid | string | Unique identifier for the token |
token | string | The token value (shown only once) |
created_at | string | Creation timestamp (ISO 8601) |
status | string | Token status (active) |
Status Codes
| Code | Description |
|---|---|
200 | Token generated successfully |
401 | Invalid or missing JWT token |

