Get availble licenses for given state.
Response
[
"BAR"
]
Get required fields from use to verify the license
Response
{
"required": [
{
"name": "Number",
"type": "String"
},
{
"name": "First Name",
"type": "String"
},
{
"name": "Last Name",
"type": "String"
}
],
"optional": []
}
Process your license verification
POST body
Field Name | Type | Description |
---|---|---|
state | String | State in which license is issued. |
license | Object | Object with required fields for the license. |
licenseType | String | Type of the license. |
callback | String | URL to wich make a request to deliver the result. |
payload | Object | Object to attach to the callback as payload. |