Skip to main content
GET
https://finsync.ar
/
api
/
transaction-types
Get company transaction types
curl --request GET \
  --url https://finsync.ar/api/transaction-types \
  --header 'x-api-key: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "type": "credit",
    "company_id": 123,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

API Key for authentication

Response

List of transaction types

id
integer

Transaction type ID

name
string

Transaction type name

type
enum<string>

Transaction category

Available options:
credit,
debit
company_id
integer

Company ID

created_at
string<date-time>

Creation timestamp

updated_at
string<date-time>

Last update timestamp