curl --location --request GET 'https://slack.com/api/oauth.access'
{
"access_token": "xoxp-XXXXXXXX-XXXXXXXX-XXXXX",
"enterprise_id": null,
"scope": "groups:write",
"team_id": "TXXXXXXXXX",
"team_name": "Wyld Stallyns LLC"
}
code
param returned via the OAuth callback.