Pre-requisites
- You must have signed up for a MediaValet API Developer Account, subscribed to a plan and have been provided a ClientId and ClientSecret from MediaValet's Support Team.
- Check out the "Getting Started" section at https://docs.mediavalet.com/ to initiate your API setup process.
- Check out the "Getting Started" section at https://docs.mediavalet.com/ to initiate your API setup process.
- Your MediaValet - Guide Variables environment must have the ClientId, ClientSecret, Scope (the scope should be api offline_access), State and redirect_URI values configured.
- The base URL for all authentication requests is https://login.mediavalet.com
A refresh token is used to generate additional access tokens. This allows you to have short-lived access tokens without having to collect credentials every single time one expires. You request this token alongside the access and/or ID tokens as part of a user's initial authentication flow.
To refresh your access token as well as an ID token, you send a token request with a grant_type of
refresh_token
Request Parameters: