curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/waas/keyShares/backup/token \
--header 'Authorization: Bearer <token>'{
"token": "<string>"
}This endpoint generates a short-lived JWT token for use with WAAS client backups. The token is valid for 1 minute and can only be used for storing and retrieving client keyshare backups. A Dynamic Auth user must be authenticated and have a Dynamic JWT to use this endpoint.
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/waas/keyShares/backup/token \
--header 'Authorization: Bearer <token>'{
"token": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the environment
36"95b11417-f18f-457f-8804-68e361f9164f"
Successfully generated a short-lived JWT token for use with WAAS client backups
The short-lived JWT token
Was this page helpful?