NAiOS IconNAiOS Logo
Volver al catálogo

Identitycheck

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.

Acciones
11
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (11)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Check API HealthIDENTITYCHECK_CHECK_API_HEALTHAcción

Tool to perform API health check. Use to verify API availability before other operations.

Parámetros de entrada

  • methodstringenum

    HTTP method to use for the health probe. Defaults to GET.

    GETHEAD
  • endpoint_pathstring

    Endpoint path to call relative to base_url (e.g., '/identity' or 'monitoring/health'). Defaults to '/identity'

  • include_raw_on_jsonboolean

    If true and the response is JSON, include a 'raw' field in details with the original text.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete configurationIDENTITYCHECK_DELETE_CONFIGURATIONAcción

Tool to delete an existing configuration. Use when you need to remove a configuration by its unique code.

Parámetros de entrada

  • codestringObligatorio

    Configuration code defined by the customer when it created the configuration.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Notification EndpointIDENTITYCHECK_DELETE_NOTIFICATION_ENDPOINTAcción

Tool to delete a notification endpoint. Use after confirming the endpoint code exists and you need to remove it.

Parámetros de entrada

  • codestringObligatorio

    Unique code of the notification endpoint to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch All ConfigurationsIDENTITYCHECK_FETCH_ALL_CONFIGURATIONSAcción

Tool to fetch all existing configurations. Use when you need to list all customer configurations after authentication.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch all notification endpointsIDENTITYCHECK_FETCH_ALL_NOTIFICATION_ENDPOINTSAcción

Tool to fetch all notification endpoints. Use when you need to list all existing notification endpoints.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch ConfigurationIDENTITYCHECK_FETCH_CONFIGURATIONAcción

Tool to fetch a configuration by its code. Use when you need detailed settings of a specific identity check configuration.

Parámetros de entrada

  • codestringObligatorio

    Configuration code defined by the customer when creating the configuration

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch Notification EndpointIDENTITYCHECK_FETCH_NOTIFICATION_ENDPOINTAcción

Tool to fetch a notification endpoint by its code. Use when you need the current configuration of a specific callback endpoint.

Parámetros de entrada

  • codestringObligatorio

    Notification endpoint code defined by the customer when created

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch OnboardingsIDENTITYCHECK_FETCH_ONBOARDINGSAcción

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

Parámetros de entrada

  • uidstring

    Filter by onboarding UID

  • pageinteger

    Zero-based page index for pagination (default is 0)

  • dateTostringdate

    Filter onboardings created on or before this date (yyyy-MM-dd)

  • statusstringenum

    Filter by onboarding status

    CREATEDCLICKEDCAPTURE_ONGOINGSUCCESSEXPIREDERROR
  • dateFromstringdate

    Filter onboardings created on or after this date (yyyy-MM-dd)

  • errorCodestringenum

    Filter by onboarding error code

    NETWORK_ERRORUSER_ERRORDEVICE_ERRORDOCUMENT_ERRORINTERNAL_ERROR
  • businessUidstring

    Filter by your business-specific UID

  • notificationTypestringenum

    Filter by notification type used to send the link

    EMAILPHONENONE

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Document ContentIDENTITYCHECK_GET_DOCUMENT_CONTENTAcción

Tool to retrieve base64-encoded document content. Use when you have an onboarding UID and document code.

Parámetros de entrada

  • uidstringObligatorio

    UID of the onboarding

  • docCodestringObligatorio

    Code of the document to retrieve (e.g., 'passport')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve Onboarding StatusIDENTITYCHECK_RETRIEVE_ONBOARDING_STATUSAcción

Tool to retrieve the status of an onboarding. Use after creating an onboarding to check its progress and final result.

Parámetros de entrada

  • uidstringObligatorio

    Unique identifier of the onboarding

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update ConfigurationIDENTITYCHECK_UPDATE_CONFIGURATIONAcción

Tool to update an existing configuration. Use when you need to modify properties of a configuration identified by code.

Parámetros de entrada

  • codestringObligatorio

    Configuration code defined by the customer

  • configurationobjectObligatorio

    Configuration payload

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not