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 response is of type object.
object
Was this page helpful?