License API
Customer License Users
3min
This endpoint will return license users only if product from query parameter is user-based
This endpoint returns the list of all the license users on every order by some customer
GET
Request
Query Parameters
product
required
String
Product short code
customer
required
String
Attach the assigned license user email (eq. [email protected])
Header Parameters
Date
required
String
eq. Thu, 17 Nov 2022 20:51:35 GMT
Authorization
required
String
See signing of the License API calls article.
unknown_product (400): Provided product was not found
missing_headers (400): Some headers are missing
product.authorization_method === 'user'
invalid_product_auth_method (400): Product authorization method is invalid: { params }.
Updated 22 Sep 2023
Did this page help you?