Field | Value |
---|---|
Grant type | Authorization Code or Client Credentials |
Callback URL | Enter the application's base URL if you dont have a callback URL |
Auth URL | https://slack.com/oauth/authorize |
Access token URL | https://slack.com/api/oauth.access |
Client ID | Enter the Slack Client ID |
Client secret | Enter the Slack Client secret |
Scope | identity.basic |
Client Authentication | Send Client Credentials in Body |
A834c0606ba71336423013699db8e971
curl -X GET -H "Authorization: Bearer <Access Token>" -H "Content-type: application/json" https://slack.com/api/users.identity?token=Copy the attribute value against the username, you will need to configure it in plugin. In this example, the value is "name".
curl -X GET -H "Authorization: Bearer <Access Token>" -H "Content-type: application/json" http://{confluence_base_url}/confluence/rest/api/content/
If you are looking for anything which you cannot find, please drop us an email on info@xecurify.com