Update a Connect session
Updates an existing Connect Session with the parameters you specify.
Authorizations
Authenticate with bearer you obtained from authentication endpoint.
Path Parameters
Flatpeak Connect Token.
Body
Connect init session data.
Flatpeak Device ID
"dev_63a6087272941ef077a8fd3e"
Flatpeak Locaiton ID
"loc_641b90b758fb8e6293716e40"
Flatpeak Provider ID
"prv_6a2be12ecf43cb7e3d6cefcd"
URL the customer is redirected to during the Handling Callback step of the Provider Login Redirect. Specify either the URL where your Connect web app is hosted or a deep link into your native app.
"myapp://nova/flatpeak/connect"
URL where the customer is redirected after they complete or exit their Connect session.
"myapp://nova/flatpeak/complete"
Response
Response example
Flatpeak Connect Session ID.
"cse_6a3196d6e61a44f33f7307ed"
Flatpeak Connect Token
"cot_6587fa4362341be5b524de3b"
Flatpeak object name, i.e. connect_token.
"connect_session"
Set to true when object is in live mode.
true
Flatpeak location id.
"loc_641b90b758fb8e6293716e40"
Time when the object was created, in UTC.
"2023-05-05T18:37:27Z"
Time when the token will expire. Expired tokens cannot be claimed.
"2023-12-28T03:00:00Z"
Set to true when data is available to fetch.
Flatpeak Device ID
"dev_63a6087272941ef077a8fd3e"
Flatpeak Provider ID
"prv_6a2b2460ba2259a0c4980afb"
"myapp://nova/flatpeak/connect"
"myapp://nova/flatpeak/complete"

