GET
/api/governance/:id/votes
This endpoint allows you to retrieve details for governance (specific id)/votes.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| id | path | Yes |
Example Request
cURL
curl -X GET https://api.basebrick.com/api/governance/123/votes \
-H "Authorization: Bearer YOUR_TOKEN"