v1
latestOpenAPI 3.0.32026-07-26134195287.9 KBHosts
Get Hosts for a Site
Returns hosts for a specific Guest site.
If email is provided, returns the corresponding host with a matching email. Otherwise, returns a paginated list of hosts for the site.
get/v2/guest/hosts
Query parameters
site_idstring uuid required
The unique identifier of the Guest site. Valid sites can be retrieved with the Guest Site API.
emailstring
Optional email filter. If provided, only returns the host matching this email.
cursorstring
Pagination cursor for retrieving the next page of results.
limitinteger
Maximum number of hosts to return. Default is 100, maximum is 200.
Response
OK