Skip to content

Returns the status of the slack app installation for this org.

GET
/v1/apps/{org_uuid}/slack

Returns the status of the slack app installation for this org.

Authorizations

jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"

Responses

OK

application/json
JSON
{
"status": "string",
"workspace": {
"name": "string",
"url": "string"
},
"installation_location": "/v1/apps/{org_uuid}/slack/connection",
"management_location": "https://workspace.slack.com/apps/B172P3RS1L2"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI