GET /transactions/{id}
Summary: Retrieve a Transaction
Operation ID: GetTransaction
Auth: unknown
Operation ID: GetTransaction
Auth: unknown
Description
Retrieve a Transaction with specified identifier string.
Parameters (3)
Organization-Id
(?, header, optional)
Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
expand
(string, query, optional)
Expand a response to get a full related object included inside of the `_embedded` path in the response. It accepts a comma-separated list of objects to expand. See the [expand guide](https://api-reference.rebilly.com/#section/Expand-to-include-embedded-objects) for more info.
id
(string, path, required)
The resource identifier string.
Constraints: {'maxLength': 50, 'pattern': '^[@~\\-\\.\\w]+$'}
No probe data for this endpoint yet.