Get transaction
get
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Path parameters
transaction_idstringRequired
Responses
200
Successful response
application/json
get
/api/transactions/{transaction_id}200
Successful response
The "/api/transactions/{transaction_id}" endpoint is used to retrieve a single transaction by its transaction_id. Access to this endpoint requires an API key with either "partner" or "admin" privileges.
The transaction_id is passed as a path parameter and is a required field. The endpoint returns a JSON object containing the transaction data, if successful. In case of an error, an error object with a code and message is returned. The returned data will contain a single transaction object as per the Transaction schema definition in the API documentation.
Last updated