Staging environment — data here is not production data
Browse documentation
Flows

List Flow Device Sessions

get/v1/flows/{flow_id}/device-sessions

List Flow Device Sessions

Authentication

Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.

Parameters

flow_id
path · required

No additional parameter description.

Example request

cURL
curl --request GET \
  --url 'https://api.fideralabs.com/v1/flows/{flow_id}/device-sessions' \
  --header 'Authorization: Bearer $FIDERA_API_KEY'

Responses

200Successful Response
application/json
[
  {
    "app_version": "string",
    "channel": "string",
    "completed_at": "2026-07-29T12:00:00Z",
    "expires_at": "2026-07-29T12:00:00Z",
    "flow_id": "00000000-0000-0000-0000-000000000000",
    "id": "00000000-0000-0000-0000-000000000000",
    "last_activity_at": "2026-07-29T12:00:00Z",
    "link_id": "00000000-0000-0000-0000-000000000000",
    "platform": "string",
    "revoked_at": "2026-07-29T12:00:00Z",
    "sdk_version": "string",
    "started_at": "2026-07-29T12:00:00Z"
  }
]
422Validation Error
detail
ValidationError[]

No additional field description.

Operation ID

list_flow_device_sessions_v1_flows__flow_id__device_sessions_get