Get all articles (Legal Docs)
Legal Docs
GET legal docs
Endpoint
GET /api/v1/legal_docs
Request
Route
GET /api/v1/legal_docs
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDczIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTI5LCJleHAiOjE3NTExMDg1MjksImp0aSI6ImVhNDA1MzBiLTk0NzUtNGZlYS1hOTg5LTU1MmFmOTkwMTE5YyJ9.NvE0jYRTfBl471bEa5pr_OM13It22jo6KSdewmxJTnM
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
per-page: 20
total: 3
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"55483fcd2f2330e9c43fac4daaa30dad"
cache-control: max-age=0, private, must-revalidate
x-request-id: f9dfa25b-865e-4dd0-93dc-66e2084ab92b
x-runtime: 0.010150
content-length: 367
Body
{
"articles": [
{
"id": 22,
"content": "Alias perspiciatis quidem. Harum quos hic. Illo sit nulla.",
"title": "Future Architect"
},
{
"id": 21,
"content": "Consequatur minus at. Ea sed nihil. Aperiam in repellat.",
"title": "Forward Design Associate"
},
{
"id": 20,
"content": "Nobis cumque veritatis. Voluptas enim aut. Animi repellendus aliquam.",
"title": "Principal Design Coordinator"
}
]
}