Generating a Vendor API Token

To interact with the vendor API
(anything that is available in the vendor web portal is available in the API) you’ll need to create API tokens. API tokens identify your team and depending on your needs the API token can be read or read/write. Using the API you can automate most of your development and license issuing workflows.

After you have created your API token use it in the Authorization header for vendor API calls.

curl --header "Authorization: API-TOKEN" https://api.replicated.com/vendor/v2/licenses

To create an API token you use your Replicated - Vendor page.

Generate API Token