Closed footnote closed 9 years ago
I think there is some confusion as to what the v1/interests route is. It doesn't retrieve the interests of the user, if it did it would follow the same convention of the other routes and would be called v1/users/{userid}/interests.
Instead the user interests updates are located here.
It's also cross referenced in the integrations guide.
What we are looking for is: After a user is presented with a list of interest, Using the route GET /v1/interests, there is no route to send back the interests or categories the user has selected.
Sorry, the image added was incorrect. Here is the correct one.
Solved!
Now we have GET route to receive user's interests, but we don't have a route to post user's interests