OAuth token Generation

OAuth token Generation

  1. Create a Slack app.
  2. Select the workspace that you need to access using Slack Web API.
  3. Navigate to Permission and configure the Workspace URL in Redirect URL.
  4. Navigate to Scopes and add the below scopes to User Token Scopes:         
    1. users:read
    2. files:read
    3. groups:read
    4. im:read
    5. channels:read
    6. dnd:read
    7. emoji:read
    8. pins:read
    9. reactions:read
    10. reminders:read
    11. stars:read
    12. usergroups:read
    13. mpim:history
    14. mpim:read
    15. im:history
    16. groups:history
    17. channels:history
  5. Click on Install app to Workspace.
The OAuth token will be generated. Please copy and save the OAuth token to be added in the plugin configuration file.

    • Related Articles

    • What are the common OAuth errors and how to solve them?

      While configuring OAuth,  here are a few errors that you might face. They are: Invalid Redirect URI - Error_invalid_redirect_uri Invalid Code - invalid_code OAuth Scope associated to the OAuth Access Token is disallowed. - error_code: 1120 Invalid ...
    • Postman configuration for authorizing Site24x7 requests

      For configuring Postman to use OAuth 2.0 authorizations, you will need a Client ID and Client Secret of a server-based client. If you already have one, you can skip Part I and directly move to Part II; else follow the steps below: Part I: Creating ...
    • Can a Site24x7 sub-user generate an API key?

      No, a sub-user won't be able to generate API key. API key is unique to an account and primarily used to pull data from the Site24x7 account. Hence, API key generation is restricted to the Organization Super Admin of that particular Site24x7 account. 
    • Outgoing IP to be whitelisted from your network for API Access

      Site24x7 APIs help to achieve all operations that can be performed on our web client. You can try whitelisting the domain accounts.zoho.com. If you're not able to do that, then you can whitelist the following IP addresses:  204.141.42.100 ...
    • What are the various transactional mails sent by Site24x7?

      Site24x7 sends transactional mails to convey important updates about the monitors you've added, including alerts, reports, and more. These emails help you track processes, receive real-time notifications related to the monitors, and stay updated from ...