Skip to main content
GET
/
v1
/
bot
/
chat
/
message
/
vote-status
Get Vote Status
curl --request GET \
  --url https://api.boostgpt.co/v1/bot/chat/message/vote-status \
  --header 'Authorization: Bearer <token>'
{
  "voted": true,
  "vote_type": "upvote"
}

Authorizations

Authorization
string
header
required

Enter your API key

Query Parameters

bot_id
string
required

Agent ID

message_id
string
required

Message ID

voter_id
string
required

Voter ID

voter_type
enum<string>
required

Type of voter

Available options:
member

Response

200 - application/json

Vote status retrieved successfully

voted
boolean

Whether user has voted

vote_type
enum<string> | null

Type of vote cast

Available options:
upvote,
downvote,