🔁APIs
Pages Endpoints
FAQ Endpoints
Tickets Endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/pages HTTP/1.1
Host: cm.test
Accept: */*
{}GET /api/pages/{model} HTTP/1.1
Host: cm.test
Accept: */*
{}GET /api/faq HTTP/1.1
Host: cm.test
Accept: */*
{}GET /api/tickets HTTP/1.1
Host: cm.test
Accept: */*
{}POST /api/tickets HTTP/1.1
Host: cm.test
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"name": null,
"phone": null,
"subject": "text",
"message": null
}{}GET /api/tickets/{model} HTTP/1.1
Host: cm.test
Accept: */*
{}POST /api/tickets/{model} HTTP/1.1
Host: cm.test
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"response": "text"
}text