get specific entry
GET /api/rest/customer/v1/transactions/:id
Request
Headers
Route
GET /api/rest/customer/v1/transactions/39b00325-658f-4044-85c7-e52fea8d5cfa
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "39b00325-658f-4044-85c7-e52fea8d5cfa",
"type": "transactions",
"links": {
"self": "http://example.org/api/rest/customer/v1/transactions/39b00325-658f-4044-85c7-e52fea8d5cfa"
},
"attributes": {
"description": null,
"amount": "24.36",
"created-at": "2026-04-16T18:45:49.026Z"
},
"relationships": {
"account": {
"links": {
"self": "http://example.org/api/rest/customer/v1/transactions/39b00325-658f-4044-85c7-e52fea8d5cfa/relationships/account",
"related": "http://example.org/api/rest/customer/v1/transactions/39b00325-658f-4044-85c7-e52fea8d5cfa/account"
}
},
"service": {
"links": {
"self": "http://example.org/api/rest/customer/v1/transactions/39b00325-658f-4044-85c7-e52fea8d5cfa/relationships/service",
"related": "http://example.org/api/rest/customer/v1/transactions/39b00325-658f-4044-85c7-e52fea8d5cfa/service"
}
}
}
}
}