We currently aren't offering the API service. We have an exclusive set of partners that we work with and aren't taking new partnerships at the moment.
Generate a new client token (JWT)
{ "client_id": "client123", "duration_secs": 3600, "metadata": { "user_name": "John Doe", "company": "Acme Corp" } }
{ "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "expires_in": 3600 }
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?