1. Connect
JOIN EDITZ

Function sites_list

Function Name: sites_list
Description: Get the list of sites the user owns
Return:

  • status: The status of the result, 0 for OK, 1 for error (look at the error code and messages)
  • count: The count of sites returned.
  • site_n: There will be a list of this return values, one for each site and they will be named site_1 to site_n where n is the number of the site. Each of this sites will have the following values:
    • id: Site ID.
    • title: The title registered for the site.
    • url: The URL registered for the site.