# Request Contact Consent **POST /api/customers/request_consent.json** For HIPAA and Pro accounts setup with Contact Consent, this endpoint can send a request to a Contact to collect consent to have conversations over text messages. A group UUID (department) is a required parameter along wtih one of the following: Contact UUID or phone number. ## Servers - Production: https://application.textline.com (Production) ## Parameters ### Body: application/json (object) - **group_uuid** (string) The uuid of the department from which you want to retrieve conversations. Not using a department UUID will have the whisper go out on your first department. - **customer_uuid** (string) The phone number of the contact that you would like to send the Contact Request to. - **phone_number** (string) The phone number of the contact that you would like to send the Contact Request to. ## Responses ### 200 OK #### Body: application/json (object) - **success** (number) [Powered by Bump.sh](https://bump.sh)