# Create approval create **POST /v1/Content/{ContentSid}/ApprovalRequests/whatsapp** ## Servers - https://content.twilio.com: https://content.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ContentSid** (string) ### Body: application/json (object) - **name** (string) Name of the template. - **category** (string) A WhatsApp recognized template category. ## Responses ### 201 Created #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **name** (string | null) - **category** (string | null) - **content_type** (string | null) - **status** (string | null) - **rejection_reason** (string | null) - **allow_category_change** (boolean | null) [Powered by Bump.sh](https://bump.sh)