Making REST API Requests

Before you can make requests to the WP Video Membership REST API endpoints, you need to request a valid Access Token for the user.

See our guide on User Access Tokens

Making Requests with an Access Token

Once you have a valid access token, you will need to include it when sending a GET request to access your video(s) JSON data. For example:

{your-domain}/wp-json/wp/v2/wpvsvideos/?wpvstoken={access-token}

Parameter to send with request

wpvstoken={access-token}