Get details about a specific Transaction ReportDeprecated

The endpoint will offer details about a specific user Transaction Report

SecuritybearerAuth
Request
path Parameters
Transaction-Report-ID
required
string <uuid>

The Transaction Report unique identifier

header Parameters
bp-user-id
required
string <uuid>

User ID

Responses
200

The Transaction Report was processed successfully and it's ready to be served.

202

The Transaction Report request was accepted for processing, but the processing has not been completed.

400

Bad request

401

Error

404

Error

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/reports/transactions/{Transaction-Report-ID}
Request samples
Response samples
application/json
{
  • "data": {
    }
}