List your sitemaps
.Maui API to view your sitemaps.
POSTGET *https://api.dotmaui.com/client/1.0/sitemaps/
Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| apikey | String |
.Maui Api key |
True |
| cmd | String |
Currently only the LS command is supported to display sitemaps (max 500) |
True |
| limit | String |
Takes two numeric arguments separated by comma (ex: 10,10). The first argument specifies the offset of the first sitemap to return, and the second specifies the maximum number of sitemaps to return. Default is 0,500.
|
False |
| beauty | Boolean |
Format your JSON to make it more readable. Default is false.
|
False |
Success 200 - Default Mode
It will be a JSON string
HTTP/1.1 200 OK
{
"sitemaps": [
{
"webUrl": "https://sitemap-generator.dotmaui.com/3ce0102b-5a36-4049-ac29-5404e3b6770a.html",
"UID": "3ce0102b-5a36-4049-ac29-5404e3b6770a",
"site": "https://cdn.dotmaui.com",
"status": 2
},
{
"webUrl": "https://sitemap-generator.dotmaui.com/44313660-2d29-4a95-a6e2-0f3714acf198.html",
"UID": "44313660-2d29-4a95-a6e2-0f3714acf198",
"site": "https://api.dotmaui.com",
"status": 2
},
{
"webUrl": "https://sitemap-generator.dotmaui.com/7f1a9c4c-d2e4-4d58-8ad5-254566fea714.html",
"UID": "7f1a9c4c-d2e4-4d58-8ad5-254566fea714",
"site": "https://sitemap-generator.dotmaui.com",
"status": 2
}
]
}