Authorizations
Path Parameters
Required string length:
36Example:
curl --request POST \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/waas/authenticate \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"encodedJwts": {
"jwt": "<string>",
"minifiedJwt": "<string>"
}
}36Was this page helpful?
curl --request POST \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/waas/authenticate \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"encodedJwts": {
"jwt": "<string>",
"minifiedJwt": "<string>"
}
}