List Websites
List of all the websites that are in your account.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"websites": [
{
"id": "123ABC",
"name": "Example 1",
"url": "https://example.com",
"lastUpdated": "2023-10-29T15:34:00Z",
"added": "2023-01-14T12:12:00Z"
},
{
"id": "123ABC",
"name": "Example 2",
"url": "https://example.com",
"lastUpdated": "2023-10-20T09:45:00Z",
"added": "2023-05-22T10:10:00Z"
},
{
"id": "123ABC",
"name": "Example 3",
"url": "https://example.com",
"lastUpdated": "2023-10-25T18:30:00Z",
"added": "2023-03-15T14:15:00Z"
}
]
}Last updated
