v1
latestOpenAPI 3.1.02026-07-241695611.0 MBBusiness
Get Business Officers
Retrieve a business's officers by its UUID.
get/businesses/{id}/officers
Path parameters
idstring uuid required
The unique identifier of the business to retrieve officers for.
Example:412a49b5-7466-426b-bf1e-081b00b54576
The unique identifier of the business to retrieve officers for.
Response
Successful Response
Example response
[
{
"name": "Philip Mcguire",
"titles": [
"CEO",
"Founder"
],
"states": [
"CA",
"NY"
],
"sources": [
"Online",
"SOS"
]
}
]