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.eyJzdWIiOiIzNTYiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDI0NjQ5MTMsImV4cCI6MTc0NTA1NjkxMywianRpIjoiMmMzMTI4NzEtNDkxOS00YjU3LThmZWMtOGVkYmMyYWRjYTBiIn0.tPIn9UkDQ4RLYciNMHXC2aQ6Em4IFG6kVFTXqQGTWoo
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/"57de3d47b97577fc492a5a3ce327f3c3"
cache-control: max-age=0, private, must-revalidate
x-request-id: a0024563-6f72-4942-9a8f-667572f9892e
x-runtime: 0.004791
content-length: 121

Body

{
  "faq": {
    "id": 7,
    "content": "Consequatur soluta est. Nihil possimus velit. Aut omnis dolor.",
    "title": "Chief Administrator"
  }
}