get https://bolt.thena.ai/v3/me
Returns information about the connected workspace.
Response parameters
Parameter | Description |
---|---|
data.workspace.id | Unique ID of the workspace |
data.workspace.organization_id | ID of the organization this workspace belongs to |
data.workspace.is_primary | Indicates if this workspace is the primary one |
data.workspace.slack.team.id | Slack team ID |
data.workspace.slack.team.name | Slack team name |
data.workspace.slack.team.info.id | Slack team ID (duplicated in info for Slack-specific metadata) |
data.workspace.slack.team.info.name | Name of the Slack team (duplicated for metadata) |
data.workspace.slack.team.info.url | Slack team URL |
data.workspace.slack.team.info.domain | Slack domain for the team |
data.workspace.slack.team.info.email_domain | Email domain associated with the Slack team |
data.workspace.slack.team.info.icon.image_default | Indicates if the default Slack icon is used |
data.workspace.slack.team.info.icon.image_34 | URL for the 34x34 icon |
data.workspace.slack.team.info.icon.image_44 | URL for the 44x44 icon |
data.workspace.slack.team.info.icon.image_68 | URL for the 68x68 icon |
data.workspace.slack.team.info.icon.image_88 | URL for the 88x88 icon |
data.workspace.slack.team.info.icon.image_102 | URL for the 102x102 icon |
data.workspace.slack.team.info.icon.image_230 | URL for the 230x230 icon |
data.workspace.slack.team.info.icon.image_132 | URL for the 132x132 icon |
data.workspace.slack.team.info.avatar_base_url | Base URL for Slack avatars |
data.workspace.slack.team.info.is_verified | Indicates if the Slack workspace is verified |
data.workspace.slack.team.info.lob_sales_home_enabled | Indicates if the Slack team's "Sales Home" feature is enabled |
data.workspace.slack.installing_user.id | ID of the user who installed the Slack app |
data.workspace.slack.is_enterprise_install | Indicates if this is an enterprise installation |
data.workspace.custom_attributes.is_enabled | Indicates if custom attributes for the workspace are enabled |
message | Any additional messages or metadata |