Documentation
Feedback
Guides
API Reference

API Reference
Filter By
Post
Get
Put
Delete
Patch

License Manager API

The License Manager API allows you to create users, modify their names and emails, add and remove roles from users, and create and manage API keys.

Common parameters

Attribute name Description
accountName Account name in VTEX License Manager.
environment Environment on which you want to run the query, e.g. vtexcommercestable.
userId Unique user identification string.
roleId Integer that represents a role, can be obtained from the Get List of Roles endpoint.

Index

User

Roles

API keys

Store

Account

Endpoints

Users

SummaryMethodPath
Get user information by user IDGET/api/license-manager/users/{userId}
Delete userDELETE/api/license-manager/users/{userId}
Create userPOST/api/license-manager/users
Get list of usersGET/api/license-manager/site/pvt/logins/list/paged
Get user information by user emailGET/api/license-manager/users/{userEmail}/roles

API keys

SummaryMethodPath
Create new API KeyPOST/api/vlm/appkeys
Get API keys from accountGET/api/vlm/appkeys
Update API KeyPUT/api/vlm/appkeys/{id}

Roles

SummaryMethodPath
Add roles to user or API KeyPUT/api/license-manager/users/{userId}/roles
Get roles by user ID or API KeyGET/api/license-manager/users/{userId}/roles
Remove role from user or API KeyDELETE/api/license-manager/users/{userId}/roles/{roleId}
Get list of rolesGET/api/license-manager/site/pvt/roles/list/paged

Stores

SummaryMethodPath
Get storesGET/api/vlm/account/stores

Account

SummaryMethodPath
Get information about accountGET/api/vlm/account

Loading API specification...