GET
/
poll
/
status
/
{poll_id}
curl --request GET \
  --url https://sandbox.hyperswitch.io/poll/status/{poll_id} \
  --header 'api-key: <api-key>'
{
  "poll_id": "<string>",
  "status": "pending"
}

Authorizations

api-key
string
header
required

Publishable keys are a type of keys that can be public and have limited scope of usage.

Path Parameters

poll_id
string
required

The identifier for poll

Response

200
application/json
The poll status was retrieved successfully
poll_id
string
required

The poll id

status
enum<string>
required
Available options:
pending,
completed,
not_found