Exchange an access key for a JWT token for authentication with the GraphQL API.Documentation Index
Fetch the complete documentation index at: https://wisdomai-add-trigger-agent-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
exchangeAccessToken
This query exchanges a dedicated access key for a JWT token that can be used to authenticate subsequent GraphQL API requests.Signature
Parameters
The dedicated access key provided by WisdomAI for your organization. Contact
support@askwisdom.ai to obtain your access key.Response
Returns a JWT token as a string that should be used in theAuthorization header for subsequent API requests.
Usage Example
JWT tokens have a limited lifetime. You will need to exchange your access key for a new JWT token periodically.
Related Topics
GraphQL API Overview
Complete GraphQL API authentication guide
Embed Chat
Authentication for embedded chat integrations