List Websites
List of all the websites that are in your account.
GET
https://getgeoflow.com/beta/api/list-websites/:accountID
Path Parameters
Name
Type
Description
accountID
String
Your Account ID
Headers
Name
Type
Description
Authorization*
String
Bearer <TOKEN>
{
"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"
}
]
}
Developer Warning: Never share your API key with anyone or add it to client-side code. Where possible, use environment variables in your backend to keep your API key secure.
Last updated
Was this helpful?