Field | Value |
---|---|
Grant type | Authorization Code or Client Credentials |
Callback URL | Enter your application's base URL if you dont have a callback URL |
Auth URL | https://discordapp.com/api/oauth2/authorize |
Access token URL | https://discordapp.com/api/oauth2/token |
Client ID | Enter the Discord Client ID |
Client secret | Enter the Discord Client secret |
Scope | identify |
Client Authentication | Send as Basic Auth Header |
e8ec210628306b1df26ff61e6b9b3195814a2d79d38a2c7c1dc5836f6ddd7143
curl -X GET -H "Authorization: Bearer <Access Token>" -H "Content-type: application/json" https://discordapp.com/api/users/@meCopy the attribute value against the username, you will need to configure it in plugin. In this example, the value is "username".
API keys and Tokens can be tested with the Test tokens feature. Select the type - Basic/Bearer, paste the token and click on Test token button.
Click here to get a  FREE TRIAL  of Bitbucket REST API Plugin
curl -X GET -H "Authorization: Bearer <Access Token>" -H "Content-type: application/json" http://{confluence_base_url}/confluence/rest/api/content/
Click here to get a  FREE TRIAL  of Bitbucket REST API Plugin
curl -X GET -H "Authorization: Bearer <Access Token>" -H "Content-type: application/json" http://{bitbucket_base_url}/rest/api/1.0/dashboard/pull-requests/
Jira SAML SSO application enables SSO for Jira Software and Jira Service Desk.
Know MoreSecure your Jira Service Management with OAuth/OpenID Connect SSO.
Know MoreSynchronize users, groups and directory with SCIM and REST APIs for Server DC.
Know MoreIf you don't find what you are looking for, please contact us at support-atlassian@miniorange.atlassian.net or raise a support ticket here.