Faqs

Get all faqs

GET faqs

Endpoint

GET /api/v1/faqs

Parameters

Name Description In
by_kind Filter by kind(admin) ["driver", "operator"]

Request

Route

GET /api/v1/faqs

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzNTMiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzcsImV4cCI6MTc1NTg1ODE3NywianRpIjoiY2JjMGJmOTEtYjFhZi00ODA5LWJlNDEtZGI0MjljNzk2MmYwIn0.ThGEs1M5Tfsjskjm4-WUGDvCPRwFfM53dGrPjgQbK8c
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: 2
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"05a815d9f3a88356ac61818d5852f8c0"
cache-control: max-age=0, private, must-revalidate
x-request-id: e8001f05-4893-4c87-8f40-5b452a81191b
x-runtime: 0.010543
content-length: 252

Body

{
  "faqs": [
    {
      "id": 2,
      "content": "Incidunt aut adipisci. Laboriosam ratione et. Earum sapiente illum.",
      "title": "Corporate Marketing Administrator"
    },
    {
      "id": 1,
      "content": "Harum quis error. Voluptates illum minima. Harum doloribus ea.",
      "title": "Mining Liaison"
    }
  ]
}