StudioAPI Docs Get a key
View as Markdown
reference/ojk

Base path: /api/v1/ojk

Endpoints

MethodPathQueryDescription
GET/productsname, limit (default 50, max 200), offsetLegal mutual funds.
GET/products/:idProduct by id.
GET/appsname, limit, offsetLegal investment apps.
GET/apps/:idApp by id.
GET/illegalsname, limit, offsetIllegal listings (JSON fields parsed).
GET/illegals/:idIllegal listing by id.

Errors

  • VALIDATION_ERROR (400) — id not a positive integer.
  • NOT_FOUND (404) — resource not found.