Validates Fibery workspace credentials by performing a test API query to retrieve the authenticated user's name. This action verifies that the provided credentials (or existing metadata credentials) are valid and have access to the workspace. Use this to confirm authentication b…
idRequiredstringAuthentication type identifier. Supported values: 'basic' (username/password), 'token' (API token), 'api_key' or 'api-key' (API key), 'workspace' (workspace token), or 'oauth2' (OAuth2 bearer token). When fields dict is empty, uses the existing authorization from metadata.
fieldsobjectCredential fields for the authentication type. Can be empty {} to use existing metadata credentials. For 'basic': {'username': str, 'password': str}. For 'token'/'api_key': {'token': str} or {'api_key': str}. For 'oauth2': {'access_token': str, 'expire_on': str (optional ISO 860…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.