v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Business

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

namestring required

The name of the officer.

titlesstring[]

The titles associated with the officer.

statesV1StateAbbreviation[]

The states where the officer is registered.

sourcesV1EntitySource[]

The sources of the officer.

Example response

[
  {
    "name": "Philip Mcguire",
    "titles": [
      "CEO",
      "Founder"
    ],
    "states": [
      "CA",
      "NY"
    ],
    "sources": [
      "Online",
      "SOS"
    ]
  }
]