API Tokens
Issue API Token
Issue a new long-lived API token for your organisation. The bearer value is shown only once — store it immediately.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.voxmind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Creates a new API token for your organisation. Thebearer field in the response is the raw token string you’ll use in Authorization: Bearer headers — this is the only time it will ever be returned. Voxmind stores only a hashed version and cannot retrieve it for you. Copy it to your secrets manager immediately.
Path Parameters
Your organisation’s unique identifier.
Request Body
A human-readable label to identify this token. Use descriptive names that reflect where the token is used —
production-api-server, staging-integration, avaya-webhook-handler. Makes auditing and rotation significantly easier.Optional expiry time in UTC ISO 8601 format. If omitted, the token never expires. Voxmind recommends setting an expiry and implementing a rotation schedule for production tokens.
Optional. The earliest time from which the token is valid. Useful when pre-generating a replacement token ahead of a planned rotation.
Whether the token is active at creation. Typically
true — use false only if you’re pre-generating a token for future activation.
