/oauth.access
GET
/oauth.access
oauth
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/oauth.access'
Response Response Example
200 - response
{
"access_token": "xoxp-XXXXXXXX-XXXXXXXX-XXXXX",
"enterprise_id": null,
"scope": "groups:write",
"team_id": "TXXXXXXXXX",
"team_name": "Wyld Stallyns LLC"
}
Request
Query Params
client_id
stringÂ
optional
client_secret
stringÂ
optional
code
stringÂ
optional
code
param returned via the OAuth callback.redirect_uri
stringÂ
optional
single_channel
stringÂ
optional
Responses
Modified at 2023-08-15 05:39:46