Skip to main content
GET
/
slack
/
installations
/
{installation_id}
Get Slack Installation
curl --request GET \
  --url https://apigcp.trynia.ai/v2/slack/installations/{installation_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

installation_id
string
required

Response

Successful Response