Need newbie guidance on creating a SKY API in PHP for Education Management

UPDATE 6/22: I'm revising this post to better express my dilemma…

Hi,

I'm new in my role, and I'm looking to make an API call to look up parent contact information for a particular student. I've been attempting to follow the PHP example shown at

I've been trying to absorb the various articles and documentation available on creating a “headless” API call, ideally in PHP. I've found that I can use POSTMAN to get an access token and a refresh token. And I've been able to make a successful API using the access token provided by POSTMAN, but I don't know how to deal with the refresh aspect.

I'm finding the sample code linked above to be very difficult to adapt because it's spread over numerous files and directories. Ideally, I'm looking for a straightforward PHP example of an API call in a single file for headless operation.

Thanks.

Categories