# Send Poll / Vote **POST /send/poll** ## Servers - http://localhost:3000: http://localhost:3000 () ## Authentication methods - Basic auth ## Parameters ## Body parameters Content-type: application/json - **phone** (string) The WhatsApp phone number to send the poll to, including the '@s.whatsapp.net' suffix. - **question** (string) The question for the poll. - **options** (array[string]) The options for the poll. - **max_answer** (integer) The maximum number of answers allowed for the poll. - **duration** (integer) Disappearing message duration in seconds (optional) ## Responses ### 200: OK #### Body Parameters: application/json (object) - **code** (string) - **message** (string) - **results** (object) ### 400: Bad Request #### Body Parameters: application/json (object) - **code** (string) HTTP Status Code - **message** (string) Detail error message - **results** (object) additional data ### 500: Internal Server Error #### Body Parameters: application/json (object) - **code** (string) SYSTEM_CODE_ERROR - **message** (string) Detail error message - **results** (object) additional data [Powered by Bump.sh](https://bump.sh)