Returns a list of all license types that are currently supported and used for license verifications.
Success
Bad Request
Unauthorized
Forbidden
Server Error
{- "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "taxonomy": "string",
- "name": "string",
- "aliases": [
- "string"
], - "abbreviations": [
- "string"
], - "states": [
- "AL"
], - "verificationParameters": {
- "AL": {
- "requiredParameters": [
- "LicenseNumber"
], - "optionalParameters": [ ]
}
}, - "sources": [
- {
- "state": "AL",
- "requiredParameters": [
- "LicenseNumber"
], - "optionalParameters": [ ],
- "hasPassThroughFee": true
}
]
}
], - "sortedBy": "Taxonomy",
- "sortDirection": "Asc",
- "sort": {
- "Taxonomy": "Asc",
- "Name": "Desc"
}
}