# Get a client contact **GET /deals/{dealId}/client-contacts** Using the deal guid in the request path, the method requests a client contact. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer token ## Parameters ## Responses ### 200 Retrieved client contacts successfully. #### Body: application/json (array[object]) ### 400 Invalid request. See response body for details. ### 401 Unauthorized request. See response body for details. ### 403 Permission denied. See response body for details. ### 404 Client contact not found. #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) - **details** (array[string]) ### 500 Unknown error. See response body for details. [Powered by Bump.sh](https://bump.sh)