Verify if an API key is valid for a specific environment
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.
POST
Verify if an API key is valid for a specific environment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Response
API key verification result
The environment ID for which the API key was verified
Indicates whether the API key is valid and has access to the environment
Scopes granted to the verified API token
Valid scopes for an environment API token
Available options:
all.read, waas.delegatedAccess.signMessage, waas.authenticate, environment.settings.read, environment.settings.write, environment.apiTokens.read, environment.apiTokens.write, environment.users.read, environment.users.write, environment.analytics.read, environment.webhooks.read, environment.webhooks.write, environment.events.read, environment.events.write, environment.balances.read, gasless.read, gasless.write, flow.write, waas.policies.write Last modified on July 24, 2026
Verify if an API key is valid for a specific environment