Business signees

Index business signees

Returns an array containing all signees for the given business.

get/v1/businesses/{business_id}/signees

Path parameters

business_idstring required

Response

Successful result of the operation

idstring

Unique ID of the signee role assigned to a person.

person_idstring

Unique ID of the person resource created for a business's signee.

business_idstring

Unique ID of the business resource.

Example response

[
  {
    "id": "43f732deceba4e908835b62815bae4a6",
    "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
    "business_id": "880bbac68a34add190786b9c74f4c82fcbiz"
  }
]