Overview
This method allows you to retrieve the status and response of a queued API request using its UUID.
This method is primarily used with V2 API. In V1, responses are returned synchronously. Consider upgrading to V2 for improved reliability with the queued request system.
Get Queued Request
Retrieve the status and response of a queued API request using its UUID.
use Hypersender\Hypersender;
$response = Hypersender::whatsapp()
->getQueuedRequest(
uuid: 'a0816120-7e37-4e8b-8cf3-92deb2cdc133',
);
| Parameter | Type | Required | Description |
|---|
| uuid | string | yes | The UUID of the queued request to retrieve |