New Member
Set Redirect URI for getting access token
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023
07:08 AM
Set Redirect URI for getting access token
To obtain access token for api access, we need to set redirect url or callback urI.
What is the procedure or steps to redirect url or callback urI to get access token.
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023
11:04 AM
Would you please confirm which PowerSchool product you are referring to? What API are you talking about?
Jyotishka B.
Community Moderator
Remember to give Kudos to suggestions that help you!
If another user helps solve your issue, please select Accept As Solution on their post so others can see the solution, too!
Community Moderator
Remember to give Kudos to suggestions that help you!
If another user helps solve your issue, please select Accept As Solution on their post so others can see the solution, too!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023
02:03 AM
Hello,
The "bearer" access token is requested at this endpoint :
[your_PS_instance]/oauth/access_token
it is a POST request that must contain
{client_id}:{client_secret}
the process is detailed on the developper documentation pages here :
