POST
/
transaction
/
link
Link transaction
curl --request POST \
  --url http://127.0.0.1:3000/transaction/link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "transaction_id": "SONECTljeeQWo99a7TxB"
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

201 - application/json

Successful response

The response is of type any.