mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-26 00:43:59 +02:00
* fix: update links to production domain * add missing README change
title
| title |
|---|
| Transaction Show |
Transaction Show Endpoint
The transaction show endpoint returns a transaction resource.
URL
GET /api/transaction/{id}
Authentication
None
Parameters
| Name | Required | Description |
|---|---|---|
| fields | No | Sparse fieldsets for resource types |
Response
{
transaction: {
id: id,
date: "date",
service: "service",
description: "description",
amount: amount,
external_id: external_id,
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at"
}
}