License API

Product Details

6min

This endpoint provides all the generic flags for product. Only product is required as query parameter.



GET
Request
Query Parameters
product
required
String
Product short code
include_latest_version
optional
Boolean
include_custom_fields
optional
Boolean
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.
Curl
Node.js
JS
Python
Ruby
Responses
200
404


Optional Query Parametars

include_latest_version

Adding bolean include_latest_version query parametar will return additional fields in response:

JSON


If product does not have a version defined, it will return null

include_custom_fields

Adding bolean include_custom_fields query parametar will return additional fields in response:

JSON


If product does not have any custom fields defined, it will return an empty array

List of exceptions

unknown_product (400): Provided product was not found
missing_headers (400): Some headers are missing
missing_parameters (400): Some parameters are missing in the request: { params }