Identitycheck
IdentityCheck is a verification solution designed to authenticate user identities with precision and speed, utilizing advanced algorithms and comprehensive data sources to ensure accurate validation, mitigate fraud, and enhance security.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Identitycheck authenticates with an API key. Generate the credential in your Identitycheck account, then paste it into FlyMyAI the first time an agent uses an Identitycheck action.
Get your Identitycheck credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
IdentityCheck API Key | The API key provided by IdentityCheck for authenticating API requests. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
IDENTITYCHECK_CHECK_API_HEALTH | Tool to perform API health check. Use to verify API availability before other operations. | - |
IDENTITYCHECK_DELETE_CONFIGURATION | Tool to delete an existing configuration. Use when you need to remove a configuration by its unique code. | code |
IDENTITYCHECK_DELETE_NOTIFICATION_ENDPOINT | Tool to delete a notification endpoint. Use after confirming the endpoint code exists and you need to remove it. | code |
IDENTITYCHECK_FETCH_ALL_CONFIGURATIONS | Tool to fetch all existing configurations. Use when you need to list all customer configurations after authentication. | - |
IDENTITYCHECK_FETCH_ALL_NOTIFICATION_ENDPOINTS | Tool to fetch all notification endpoints. Use when you need to list all existing notification endpoints. | - |
IDENTITYCHECK_FETCH_CONFIGURATION | Tool to fetch a configuration by its code. Use when you need detailed settings of a specific identity check configuration. | code |
IDENTITYCHECK_FETCH_NOTIFICATION_ENDPOINT | Tool to fetch a notification endpoint by its code. Use when you need the current configuration of a specific callback endpoint. | code |
IDENTITYCHECK_FETCH_ONBOARDINGS | Tool to retrieve onboardings. Use when you need to list onboardings with filters like UID, status, date range, etc. Example: List onboardings created since 2023-01-01 with status SUCCESS | - |
IDENTITYCHECK_GET_DOCUMENT_CONTENT | Tool to retrieve base64-encoded document content. Use when you have an onboarding UID and document code. | uid, docCode |
IDENTITYCHECK_RETRIEVE_ONBOARDING_STATUS | Tool to retrieve the status of an onboarding. Use after creating an onboarding to check its progress and final result. | uid |
IDENTITYCHECK_UPDATE_CONFIGURATION | Tool to update an existing configuration. Use when you need to modify properties of a configuration identified by code. | code, configuration |