Authorizations
Response
Successful response
curl --request GET \
--url https://core.ravenna.ai/api/slack/apps \
--header 'x-ravenna-api-token: <api-key>'
[
{
"id": "<string>",
"appId": "<string>",
"botUserId": "<string>",
"authedUserId": "<string>",
"teamId": "<string>",
"teamName": "<string>",
"teamDomain": "<string>",
"teamUrl": "<string>",
"organizationId": "<string>",
"isEnterpriseInstall": true,
"enterpriseId": "<string>",
"enterpriseName": "<string>",
"workflowsAppId": "<string>",
"workflowsAppSigningSecret": "<string>",
"agentWorkspaceId": "<string>",
"error": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"configSettings": {
"syncGuestUsers": false
}
}
]
curl --request GET \
--url https://core.ravenna.ai/api/slack/apps \
--header 'x-ravenna-api-token: <api-key>'
[
{
"id": "<string>",
"appId": "<string>",
"botUserId": "<string>",
"authedUserId": "<string>",
"teamId": "<string>",
"teamName": "<string>",
"teamDomain": "<string>",
"teamUrl": "<string>",
"organizationId": "<string>",
"isEnterpriseInstall": true,
"enterpriseId": "<string>",
"enterpriseName": "<string>",
"workflowsAppId": "<string>",
"workflowsAppSigningSecret": "<string>",
"agentWorkspaceId": "<string>",
"error": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"configSettings": {
"syncGuestUsers": false
}
}
]
Successful response
Show child attributes
Was this page helpful?