You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl https://directline.botframework.com/v3/directline/conversations \
-H "Authorization: Bearer <DIRECT_LINE_SECRET_KEY>" \
-X POST
Response
conversationId the resource ID to use for sending and receiving messages.
token This is a JSON web token for conversation scoped API calls, you can continue to use the DIRECT_LINE_SECRET_KEY instead unless you have a reason to use tighter scoping.
expires_in the number of seconds until the conversation scoped token expires. Always an hour as far as I can tell. There's a renewal endpoint somewhere.
streamUrl the websocket URL to subscribe to for conversation events.