Get Contact Requests for Agency
GET/ubm-contact-request/lister/:agencyId
Retrieves the contact requests for a property listed by an agency.
The agencyId is provided in the path.
Optionally a propertyReferenceId can be specified in the query string
which causes the endpoint to return contact requests only for that
property. This funcionality will be deprecated soon. Please see
/property/{propertyReferenceId} instead.
Default content type is application/json. API keys can only request
on the default content type. Any other response type is limited to
requests using an authentication token from a user with MFA enabled.
Request
Responses
- 200
- 400
- 403
- 500
Successful response
Bad request - Invalid parameters
Forbidden - Insufficient permissions
Internal server error