transactions - Get a transaction by ID
Transactions
Get A Transaction By Id
Returns the details of a single transaction identified by its internal numeric pk.
The pk is returned as the id field in every transaction object from the list and creation endpoints.
Authorization
- Requires a valid API key.
GET
transactions - Get a transaction by ID
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Path Parameters
This property was not properly documented