Financial Companies

List financial companies

GET /api/v1/financial_companies

Endpoint

GET /api/v1/financial_companies

Request

Route

GET /api/v1/financial_companies

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI5NTIiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjM2MjYzODQsImV4cCI6MTc2NjIxODM4NCwianRpIjoiMDE4OTI0MzgtMzA1Yi00MTg3LTlhMDItZGRlMGY5MTY3NDY4In0.mkLPx96nuxB2lsDtnGa03JWx_JtpRhRlqksHUOaLH3w
Host: example.org
Cookie: 

Query Parameters

{}=

Body

{
}

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
per-page: 20
total: 3
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"18429fb5c343de3d2c8cc40c64d0bd22"
cache-control: max-age=0, private, must-revalidate
x-request-id: feba15b1-2f3a-4ab2-9f67-13a20eccd48f
x-runtime: 0.012004
content-length: 139

Body

{
  "financial_companies": [
    {
      "id": 4,
      "country": "GBR",
      "name": "et"
    },
    {
      "id": 5,
      "country": "GBR",
      "name": "ab"
    },
    {
      "id": 6,
      "country": "GBR",
      "name": "ipsum"
    }
  ]
}