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

GET /data/user/context

(like the Kitsu web client).

Responses

  • 200

    Context to properly run a full app connected to the API

GET /data/user/context
curl \
 -X GET http://localhost:8080/api/data/user/context \
 -H "Authorization: $API_KEY"