Using the Playwire API Explorer
Click the operation of your choice to explore it’s model and model schema. There is also a built in API Client in each operation to make test API calls with your API Token. GET, POST, PUT and DELETE HTTP Methods are availabe with the API Playwire.
Get
Method
Used to retrieve information. For example, if you want to GET back a list of videos from a publisher.
Post
Method
Used to create information. For example, if you want to POST a new video to a publishers account.
Put
Method
Used to update information. For example, if you want to PUT an updated video to a publisher.
Delete
Method
Used to remove information. For example, if you want to DELETE a video from a publisher account.