cURL
curl --request GET \ --url https://sandbox.hyperswitch.io/poll/status/{poll_id} \ --header 'api-key: <api-key>'
{ "poll_id": "<string>", "status": "pending" }
Publishable keys are a type of keys that can be public and have limited scope of usage.
The identifier for poll
The poll status was retrieved successfully
The poll id
pending
completed
not_found
Was this page helpful?