Generate a connect token that allows an end-user device to connect to an active journey instance. This is the first step in the device connection flow. For more details, see Connect end user device.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A unique identifier for a started journey instance.
"PiIuACmx8Q8R7qPnAkLAqBAT"
Device types allowed to connect. Use mobile for mobile devices, desktop for desktop browsers, or * / any for all device types.
mobile, desktop, *, any ["mobile"]
Connect token created successfully.
A short-lived token used by the end-user device to connect to the journey.
The type of token returned.
connect Number of seconds until the connect token expires.
Device types that can use this token.