Get a faq(admin)
Faqs
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.eyJzdWIiOiIzMzYiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3Mzc1NTE1NTgsImV4cCI6MTc0MDE0MzU1OCwianRpIjoiYWZiMmU5Y2YtNDZlOS00ZDlmLThkN2QtZDAxMWJiZTNjNjc2In0.BCBKaEjTEiYyxD5auG0Nsq0oty0kyAPq74IXKXdhLxE
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/"cbabcbf1d3b7a669f609a62f4a8196d4"
cache-control: max-age=0, private, must-revalidate
x-request-id: 741fa395-9346-458b-8db5-528bc6da6017
x-runtime: 0.007822
content-length: 123
Body
{
"faq": {
"id": 7,
"content": "Quia corporis recusandae. Quo cum minima. Sunt sit aut.",
"title": "Senior Consulting Technician"
}
}