Skip to main content
GET
https://finsync.ar
/
api
/
operation-types
Get company operation types
curl --request GET \
  --url https://finsync.ar/api/operation-types \
  --header 'x-api-key: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "type": "up",
    "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 operation types

id
integer

Operation type ID

name
string

Operation type name

type
enum<string>

Operation category

Available options:
up,
down,
exchange,
other,
budget,
interest
company_id
integer

Company ID

created_at
string<date-time>

Creation timestamp

updated_at
string<date-time>

Last update timestamp