get https://api.wistia.com/v1/projects/
Retrieve a single project. Projects#show uses pagination by default - we’ll return up to the first 500 medias in a Project. If you have more than 500 medias in a Project, you’ll need to add a query param, page=2 to get the second page of medias (and the third, etc.). You can check how many pages you will need by looking at the media_count in your first request.
Requires api token with one of the following permissions
Read, update & delete anything
Read all data
Read all project and video data