Get Estimates Of Client

Overview

Gets a list of estimates for a client.

Authentication

Available for Directory tokens only. Requires X-On-Behalf-Of header with the business UID.

Note: Staff OAuth tokens fail with 422 'Unauthorized' even with payments.manage permission due to authorization type mismatch in the backend. Use Directory tokens with X-On-Behalf-Of header instead.

Note on Authorization Header: Both Authorization: Bearer <token> and legacy Authorization: Token <token> formats are supported.

Error Responses

Authorization failures return HTTP 422 with {status:'Error', error:'Unauthorized'} rather than 401/403.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!