This service will return the details of a static page
| Resource information | |
|---|---|
| Authentication | Required |
| HTTP Method | GET |
| Response | JSON |
| Version | 1 |
<https://mapaprop.app/api/action/express-v1/pages/{url}>
GET /api/action/express-v1/pages/static/home HTTP/1.1
Host: mapaprop.app
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Authorization: Bearer ya29.1.AADtN_UxybTdjLw9jX6lg_branSjjsldiwjtek4q2WvfETzSrz7Q6loEYoJEWd1x4qvlpGw
A JSON document with the list of menus for the website. The menu is generated by the pages configured by the customer.
| Object | Field | Type | Required | Description |
|---|---|---|---|---|
| Response | page | Page | yes | The Page object |
| Page | keywords | string | no | Keywords configured by the customer |
| description | string | yes | The description of the page |
{
"page": {
"keywords": "word1 word2 another word",
"description": "This is a long description that can go thru manuy lines",
}
}