List guests

Lists all guests for the current account, optionally filtered by app.

get/guests

Query parameters

appstring

Filter guests by app name.

Filter guests by app name.

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/ListGuestsResponse.json"
}

Changes