Skip to main content
GET
/
interests
/
{interestId}
get by interest
curl --request GET \
  --url http://localhost:8000/v1/interests/{interestId}
{
  "data": {
    "interest": null
  },
  "error": null
}

Path Parameters

interestId
string
required
Example:

"670e151986ced1463b2b60be"

Response

200 - application/json

get by interest - success / get by interest - success2

data
object
error
unknown