# Create a contact detail **POST /api/v2/contact-details** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **type** (string) Valid types: email and phone_number - **name** (string) Description of contact detail - **value** (string) Value of contact detail. If the type is phone number, the format defaults to GB. You can provide an array `["country" => "AU", "number" => "+61 2 3456 7890"]` if you want to use a different format. - **is_primary** (boolean) Make this contact type the primary contact. Will make all other contact details of the same type no longer primary. - **account_uuids** (array[string]) The UUIDs of the accounts who should own the contact detail. These must only be client accounts. - **primary_account_uuids** (array[string]) The UUIDs of the accounts who should have the contact detail as their primary contact detail. ## Responses ### 201 #### 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)