Skip to content

Obtener detalles de flujo de verificación específico

GET
/check-flows/{flowid}

Authorizations

bearerAuth

JWT token de autenticación. Utilice este esquema para autenticar solicitudes con un token JWT.

TypeHTTP (bearer)

Parameters

Path Parameters

flowid*
Typestring
Required

Responses

Flujo de verificación obtenido exitosamente
application/json
JSON
{
"success": true,
"flow": {
"id": "flow-001",
"name": "Basic ID Verification"
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI