Return context required to properly run a full app connected to the API

GET /data/user/context

(like the Kitsu web client).

Responses

  • Context to properly run a full app connected to the API

GET /data/user/context
curl \
 --request GET 'http://api.example.com/data/user/context' \
 --header "Authorization: $API_KEY"