GET
List questions
/api/v1/questions
Fetch paginated questions with optional cursor navigation.
Run a request to see the response.
A custom swagger-style control room for the YesOrNo platform. Launch requests, inspect responses, and keep your backend close to the action.
Responses are proxied through the backend so cookies stay consistent.
Endpoints ready
Services linked
Live control UI
Create and manage the questions driving the vote flow.
/api/v1/questions
Fetch paginated questions with optional cursor navigation.
Run a request to see the response.
/api/v1/questions
Create a new question for the voting flow.
Waiting on your first payload.
/api/v1/questions/{question_id}
Retrieve a specific question by UUID.
Paste an ID to inspect the question.
Capture votes and read live results.
/api/v1/votes
Submit a YES or NO vote for a question.
Cast a vote to see the recorded response.
/api/v1/results/{question_id}
Read the live tallies for a specific question.
Run the query to show totals.
/api/v1/votes/me
Pull the votes linked to the stored cookie.
Vote once, then fetch your history.