Skip to main content

Website List

Retrieve a list of all registered websites associated with your account.

-- Endpoint:
GET https://domain.com/api/websites/list/

-- Request Type:
GET

-- Authentication:
Required (Bearer token in header)

-- Success Response:

HTTP 200 OK

[
{
"id": "fe1b2756-f869-46bc-9e46-86fe522ef043",
"domain": "https://example.com",
"name": "example",
"status": "completed",
"icon": "https://example.com/media/icons/bell.png",
"badge": "https://example.com/media/badges/Dizipush_badge_wrLSJih.png"
}
]