{ "client_id": "client123", "duration_secs": 3600, "metadata": { "user_name": "John Doe", "company": "Acme Corp" } }
{ "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "expires_in": 3600 }
Generate a new client token (JWT)
Bearer fl-xxxxxx
Org-level key (format: Bearer fl-xxxxx) used to manage client tokens.
Bearer fl-xxxxx
Identifier for the client
Token lifetime in seconds
Optional metadata to store with the token
Returns the newly generated token
The JWT token
How long the token remains valid (in seconds)
Was this page helpful?