Skip to main content

Returns connection info

GET 

/v2/slack/user-login-info

Returns information about the connection between Slack account and Tolgee account which user is performing. The flow is the following.

  1. User executes slash command in Slack and gets link with encrypted Slack user ID, workspace ID and the Channel ID (to send success response to)

  2. User gets opens the link and the Tolgee Platform frontend and it uses this endpoint to get the data info about the future connection

Request

Query Parameters

    data stringrequired

    The encrypted data

Responses

OK

Schema
    teamName stringrequired
    slackName string
    slackId stringrequired
    slackRealName string
    slackAvatar stringrequired
Loading...