Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ID Analyzer Transaction API

Transaction record management and export

ID Analyzer Transaction API is one of 13 APIs that ID Analyzer publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Transaction. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 7 operations across 5 paths, and defines 7 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against 2 base URLs: https://api2.idanalyzer.com, https://api2-eu.idanalyzer.com.

7 operations 5 paths 7 schemas 1 DELETE4 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://api2.idanalyzer.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

ID Analyzer Transaction API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Api-Key (ApiKeyHeader). By default, every request must be authenticated.

  • ApiKeyHeader — API key obtained from portal2.idanalyzer.com

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Transaction 7

Transaction record management and export

GET
/transaction
List transactions
listTransactions 9 params → 200401
GET
/transaction/{transactionId}
Get transaction
getTransaction 1 param → 200404
PATCH
/transaction/{transactionId}
Update transaction decision
updateTransaction 1 param body → 200400404
DELETE
/transaction/{transactionId}
Delete transaction
deleteTransaction 1 param → 200404
GET
/imagevault/{imageToken}
Download transaction image
getTransactionImage 1 param → 200404
GET
/filevault/{fileName}
Download transaction file
getTransactionFile 1 param → 200404
POST
/export/transaction
Export transaction archive
exportTransactions body → 200400401

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are TransactionResponse (10 properties), ExportTransactionRequest (10 properties), TransactionListResponse (2 properties), ErrorObject (2 properties). Each schema is shown below with its type and property counts.

SuccessResponse
object
1 property
ExportTransactionRequest
object
10 properties
ErrorObject
object
2 properties
TransactionResponse
object
10 properties
ErrorResponse
object
1 property
TransactionListResponse
object
2 properties
ExportTransactionResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

idanalyzer-transaction-api-openapi.yml Raw ↑

Other APIs ID Analyzer publishes across the network.

ID Analyzer Biometric API
ID Analyzer AML Screening API
ID Analyzer DocuPass API
ID Analyzer Transaction Vault API
ID Analyzer Account API
ID Analyzer AML API
ID Analyzer Biometric API
ID Analyzer Contract API
ID Analyzer Docupass API
ID Analyzer Profile API
ID Analyzer Scanner API
ID Analyzer Webhook API