GET
/
transaction?id=transaction_id
Get Transaction
curl --request GET \
  --url 'http://127.0.0.1:3000/transaction?id=transaction_id' \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string

The number of items to skip before starting to collect the

Response

201 - application/json

Successful response

The response is of type any.