cURL
curl --request GET \ --url https://productlane.com/api/v1/portal/upvotes \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "isDeleted": true, "version": 123, "contactId": "<string>", "issueId": "<string>", "projectId": "<string>" } ]
Get upvotes for an issue or a project. Authorization is required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object[].
object[]