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 Get list of roles endpoint.

Index

User

Roles

API keys

Store

Account

Endpoints

Users

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

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 admin user or API KeyPUT/api/license-manager/users/{userId}/roles
Get roles by admin user ID or API KeyGET/api/license-manager/users/{userId}/roles
Remove role from admin 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...