Sessions
Create a session token from a JWT template
Creates a JSON Web Token (JWT) based on a session and a JWT Template name defined for your instance
post/sessions/{session_id}/tokens/{template_name}
Path parameters
session_idstring required
The ID of the session
template_namestring required
The name of the JWT template defined in your instance (e.g. custom_hasura).
Request body
Response
OK