# Build History Sync Request **POST /history/sync** Request message history from WhatsApp servers. History will be delivered asynchronously via history.sync_complete webhook event. WhatsApp has rate limits on history sync requests. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **count** (integer) Number of messages to sync ## Responses ### 200 History sync requested #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (object) ### 400 Bad request #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)