curl --request POST \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/waas/verifyApiKey \
--header 'Authorization: Bearer <token>'{
"environmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"verified": true
}Simple endpoint to verify if the provided API key (DYN_API_TOKEN) is valid and has access to the specified environment. Returns true if the token is verified, false otherwise.
curl --request POST \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/waas/verifyApiKey \
--header 'Authorization: Bearer <token>'{
"environmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"verified": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the environment
36"95b11417-f18f-457f-8804-68e361f9164f"
Was this page helpful?