Records
Generate a Temporary Token
Create a temporary access token that may be used to update a single Workboard record.
POST
Generate a Temporary Token
Documentation Index
Fetch the complete documentation index at: https://support.floweq.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The Workboard record ID.
Body
application/json
Seconds until the token expires. Maximum 2,592,000 (30 days). Defaults to 86,400 (1 day).
Required range:
x <= 2592000Response
Temporary record token created.
Company ID associated with the token.
ISO 8601 timestamp of token creation.
ISO 8601 timestamp of token expiration.
Firestore document ID used as the token key.
The record ID this token grants access to.
Token type identifier.
Available options:
record User ID that minted the token.
The signed JWT token string.
Alias for company_id.
Alias for user_id.
Firebase Timestamp of creation.
Last modified on April 15, 2026
Previous
Generate a Temporary Token (deprecated alias)Alias for POST /api/v1/records/{record}/tokens. Use that endpoint instead.
Next
Generate a Temporary Token