Licenses
Licenses:List
Get a list of basic information for all licenses (without pagination). If you do not supply a merchant we return the licenses that are available under your own merchant registration. If you supply a merchant you need to have access to that merchant. You need to authenticate with an AT-code as username and a token as password.
get/licenses/list
Query parameters
merchantCode — unresolved $ref
The merchant id of your company starting with M.
Response
Ok.
Example response
{
"licenses": [
{
"code": "AL-1234-4321",
"name": "John Doe",
"language": "NL"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.