Set Redirect URI for getting access token

dineshkumarv
New Member

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
JyotishkaB
Community Support Expert
Community Support Expert

Hi @dineshkumarv 

 

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!

ysaludes
PowerSchool Champion
PowerSchool Champion

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 :