Transaction (POST)
Authorization
Bearer Authentication AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/omni-eagle/v1/transactions" \ -H "Content-Type: application/json" \ -d '{ "referenceNumber": 1, "webHookUrl": "string" }'Empty
Empty