# Get all account contact details **GET /api/v1/account/{account_uuid}/contact-detail** ## 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 - **account_uuid** (string) ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [accounts]. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[type]** (string) Comma separated list of types to filter by. Valid filters are [email, phone_number]. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, type, name, value]. Negative sign to denote DESC. Defaults to 'created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## 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. - **type** (string) Contact detail type - **name** (string) Contact detail description - **value** (string) Contact detail value - **phone_number_meta** (object) If the type is a phone number, this additional field will be displayed giving you information about the phone number. - **accounts** (object) Accounts that own contact detail [Powered by Bump.sh](https://bump.sh)