Sample - Slack Web API
GET/admin.teams.settings.info

Get workspace settings information

Retrieves settings information for a specified workspace. Provide team_id to identify the workspace whose settings you want to inspect. Authenticate with a token that has the admin.teams:read scope.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
team_idstringrequired
The identifier of the workspace whose settings information to retrieve.
tokenstringrequired
Authentication token with the `admin.teams:read` scope.

2 status codes
200Returns a successful response containing the workspace settings information with `ok` set to true.
okbooleanrequired
Allowed:true
defaultReturns the standard failure response with `ok` set to false.
okbooleanrequired
Allowed:false

Error handling

team_id must identify the workspace whose settings you want to retrieve. token must carry the admin.teams:read scope.