Access Token Guide
Use your Wiki.js GraphQL endpoint and credentials to obtain a JWT via /get-access-token.
- Find your GraphQL endpoint, usually ending with
/graphql.
- Send username, password, and endpoint URL to this backend endpoint.
- Use the returned token in
/fetch requests.
Back to app