This commit is contained in:
a2a-platform
2026-06-27 01:02:12 +00:00
commit 145ca85f72
52 changed files with 94532 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
---
name: identity-verification-routes
description: Handle 5 OpenAPI operation(s) under /identity_verification for the identity verification route group.
---
# identity verification API Routes
Handle 5 OpenAPI operation(s) under /identity_verification for the identity verification route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### identity_verification_create
- Operation ID: `identity_verification_create`
- Route: `POST /identity_verification/create`
- Mode: WRITE
- Summary: Create a new Identity Verification
- Body: JSON request body accepted.
### identity_verification_get
- Operation ID: `identity_verification_get`
- Route: `POST /identity_verification/get`
- Mode: WRITE
- Summary: Retrieve Identity Verification
- Body: JSON request body accepted.
### identity_verification_list
- Operation ID: `identity_verification_list`
- Route: `POST /identity_verification/list`
- Mode: WRITE
- Summary: List Identity Verifications
- Body: JSON request body accepted.
### identity_verification_retry
- Operation ID: `identity_verification_retry`
- Route: `POST /identity_verification/retry`
- Mode: WRITE
- Summary: Retry an Identity Verification
- Body: JSON request body accepted.
### identity_verification_autofill_create
- Operation ID: `identity_verification_autofill_create`
- Route: `POST /identity_verification/autofill/create`
- Mode: WRITE
- Summary: Create autofill for an Identity Verification
- Body: JSON request body accepted.