Skip to content

Create a New License

Overview

Used to create an "Ad Hoc" license to allow Specific IDs to use your product. It can be used to give free licenses, or issue evaluations.

Endpoint

POST https://api.salable.app/licenses

Headers

Header Name Description Required Value
x-api-key Your API key, from the Salable Dashboard ✅ string

POST Body

{
  "planUuid": "The UUID for the plan you are giving access to",
  "member": "tester@testing.com",
  "granteeId": "123456"
}

Sample Request

https://api.salable.app/licenses

x-api-key: "Your API Key"

{
  "planUuid": "The UUID for the plan you are giving access to",
  "member": "tester@testing.com",
  "granteeId": "123456"
}