# Get a mortgage search **GET /api/v2/mortgage-searches/{uuid}** This endpoint will return a single mortgage search with its relationships. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **status** (string) The status of the mortgage search - **provider** (string) The provider that the mortgage search is for - **provider_reference** (string) The provider reference of the mortgage search - **provider_data** (array) Any provider data related to the mortgage search - **applicants** (array[object]) The applicants of the mortgage search - **cases** (array[object]) The cases that are related to the mortgage search [Powered by Bump.sh](https://bump.sh)