Access Token Guide

Use your Wiki.js GraphQL endpoint and credentials to obtain a JWT via /get-access-token.

  1. Find your GraphQL endpoint, usually ending with /graphql.
  2. Send username, password, and endpoint URL to this backend endpoint.
  3. Use the returned token in /fetch requests.

Back to app