Retrieve an owner

If you have the ownerId, you can use this method to retrieve the details of the owner. The response includes the owner’s contact details and information about the owner’s relationship to the business.

If you don’t have the ownerId, you can use the following methods to retrieve the owner’s information:

Path parameters

ownerIdintegerRequired
Unique identifier for the owner.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. Returns the requested owner.
firstNamestring<=50 characters
Owner's first name.
lastNamestring<=50 characters
Owner's last name.
dateOfBirthdate

Owner’s date of birth. The format of this value is YYYY-MM-DD.

addressobject
Object that contains information about the address.
identifierslist of objects
Array of IDs.
contactMethodslist of objects

Array of contactMethod objects.
Note: If you are adding information about an owner, you must provide at least an email address. If you are adding information about a contact, you must provide at least a contact number.

relationshipobject
Object that contains information about the owner's relationship to the business.
ownerIdinteger or null
Unique identifier of the owner.
middleNamestring or null<=50 characters
Owner's middle name.

Errors