Hikka Docs Hikka Docs
EndpointsVote

Get Vote

GET
/vote/{content_type}/{slug}

Path Parameters

content_type*string
Value in"collection" | "comment" | "article"
slug*string

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/vote/collection/string"
{
  "score": 0
}
{
  "message": "Example error message",
  "code": "example_error"
}