Returns a boolean value indicating if the API key is valid and the user is authenticated
Returns a boolean value indicating if the API key is valid and the user is authenticated.
The endpoint returns a boolean value directly (not wrapped in an object):
true
if the API key is valid and the user is authenticatedfalse
if the API key is invalid or the user is not authenticatedtrue
response confirms both authentication and authorizationUse this endpoint to verify your API key is working correctly before making other API calls, especially in automated systems.