Employers
Query Employer
get/alpha/employers/query
Query parameters
businessNamestring
Example:ABC Inc.
Business name of the employer. Exact query, please provide a minimum of 3 characters. Return only one record. If not found, an empty array will be returned.
Response
OK
Example response
{
"code": "OK",
"message": "Success",
"requestId": "5b79399a-6852-4234-bb0e-ad472648282d",
"data": [
{
"registrations": [
{
"date": "2000-01-21"
}
],
"businessAddress": {
"country": "PH",
"tags": [
"Primary",
"Home"
]
},
"licenses": [
{
"licenseIssuedDate": "2000-01-21"
}
]
}
]
}