Faqs

Get a faq(admin)

GET faq(admin)

Endpoint

GET /api/v1/faqs/:id

Request

Route

GET /api/v1/faqs/7

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzNTUiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDg1MTY1MDIsImV4cCI6MTc1MTEwODUwMiwianRpIjoiMDhhZmIwMWItZGEzMi00Zjc5LWEwOWMtZDFmYzJiMTM4YzhkIn0.FH_qOMmv9wVnha2D_E4hM8-3W7XvAZtnDrqs7bJEU7w
Host: example.org
Cookie: 

Query Parameters

{}=

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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"145f2de84266e33c40c224e0bbe3066b"
cache-control: max-age=0, private, must-revalidate
x-request-id: da9d8971-a133-4107-8e0d-5151836aafde
x-runtime: 0.005715
content-length: 132

Body

{
  "faq": {
    "id": 7,
    "content": "Quia perspiciatis enim. Voluptatem est delectus. Natus nulla quo.",
    "title": "Lead Manufacturing Producer"
  }
}