Files
a2a-platform 145ca85f72 deploy
2026-06-27 01:02:12 +00:00

1.2 KiB

name, description
name description
identity-routes Handle 4 OpenAPI operation(s) under /identity for the identity route group.

identity API Routes

Handle 4 OpenAPI operation(s) under /identity for the identity 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_get

  • Operation ID: identity_get
  • Route: POST /identity/get
  • Mode: WRITE
  • Summary: Retrieve identity data
  • Body: JSON request body accepted.

identity_documents_uploads_get

  • Operation ID: identity_documents_uploads_get
  • Route: POST /identity/documents/uploads/get
  • Mode: WRITE
  • Summary: Returns uploaded document identity
  • Body: JSON request body accepted.

identity_match

  • Operation ID: identity_match
  • Route: POST /identity/match
  • Mode: WRITE
  • Summary: Retrieve identity match score
  • Body: JSON request body accepted.

identity_refresh

  • Operation ID: identity_refresh
  • Route: POST /identity/refresh
  • Mode: WRITE
  • Summary: Refresh identity data
  • Body: JSON request body accepted.