Hikka Docs Hikka Docs
EndpointsFavourite

Get Favourite

GET
/favourite/{content_type}/{slug}

Path Parameters

content_type*string
Value in"collection" | "character" | "anime" | "manga" | "novel"
slug*string

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/favourite/collection/string"
{
  "reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
  "created": 1686088809
}
{
  "message": "Example error message",
  "code": "example_error"
}