cURL
curl --request GET \ --url https://management.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/jwt_templates/:jwt_template_type \ --header 'Authorization: Basic <encoded-value>'
{ "request_id": "<string>", "jwt_template": { "template_content": "<string>", "custom_audience": "<string>", "jwt_template_type": "SESSION" }, "status_code": 123 }
Get retrieves a JWT template for a project
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
SESSION
M2M
Successful response
Response type
Show child attributes