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.eyJzdWIiOiIzNTUiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzcsImV4cCI6MTc1NTg1ODE3NywianRpIjoiZDQxZjYxMDEtMzgyZC00MTU2LWEyYTYtMjJiMDU2NTRkMTQ1In0.PhWexCog1t3ujVFiZze9zIr2vrxGCUqKT6kqhn9iSI8
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/"8fa521a8bee841399867dcfec130ac74"
cache-control: max-age=0, private, must-revalidate
x-request-id: a4547643-c28c-47d8-9a35-5ef7a430aa61
x-runtime: 0.011571
content-length: 126

Body

{
  "faq": {
    "id": 7,
    "content": "Placeat pariatur a. Qui facilis temporibus. Laboriosam quod nisi.",
    "title": "Consulting Technician"
  }
}