Authentication
Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.
Example request
cURL
curl --request POST \
--url 'https://api.fideralabs.com/v1/flow-session-tokens' \
--header 'Authorization: Bearer $FIDERA_API_KEY'Responses
200Successful Responseexpires_atstringrequired
No additional field description.
flow_idstringrequired
No additional field description.
resumedbooleanrequired
No additional field description.
session_idstringrequired
No additional field description.
session_tokenstring | null
Present for native channels; browser sessions use the HttpOnly cookie.
submission_idstringrequired
No additional field description.
application/json
{
"expires_at": "2026-07-29T12:00:00Z",
"flow_id": "00000000-0000-0000-0000-000000000000",
"resumed": true,
"session_id": "00000000-0000-0000-0000-000000000000",
"session_token": "string",
"submission_id": "00000000-0000-0000-0000-000000000000"
}422Validation ErrordetailValidationError[]
No additional field description.
Operation ID
refresh_flow_session_v1_flow_session_tokens_post