Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Success
Create a temporary signed URL which logins the user into the messenger without having to provide any username or password. Useful for embedding the builtin messenger into iframes. URL is valid for three minutes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success