How can we generate and use REST Authentication token in PeopleSoft
We are implementing REST API to send PeopleSoft AP check status to third party system. Before call the API we need to call the Authentication API to create Auth token for the client id and client secrets which they given. How can done this in PeopleSoft and how can we use the token in JSON parser to call the main API.