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.eyJzdWIiOiIzNTUiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjA5NTA0NDAsImV4cCI6MTc2MzU0MjQ0MCwianRpIjoiNjQ0NmVmNTctZWE5NS00MzQ3LTgxMjgtMWJlYmI1MDQxZGRmIn0.auxd3mSWIdVMy23cSqZEHdSSNekrEApaP8ZhLnRHs68
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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"24c9687173fd68cb9d4b0026ccd44a45"
cache-control: max-age=0, private, must-revalidate
x-request-id: a22eff64-43fa-4333-ae52-9b275a438723
x-runtime: 0.004811
content-length: 129

Body

{
  "faq": {
    "id": 7,
    "content": "A ullam et. Dolores incidunt excepturi. Aut temporibus in.",
    "title": "Chief Advertising Administrator"
  }
}