List zone invitations
List invitations for a zone with cursor-based pagination. Filter by exact match with filter[email], filter[status], filter[created_by_email] (each repeatable for OR). Substring search via query[email], query[created_by_email], or query[] (searches across email and inviter email). Non-empty query parameters combine with AND. Sort: comma-separated field list; prefix with - for descending. Use expand[]=total_count to include the matching row count.
Path parameters
Zone ID
Query parameters
Cursor for forward pagination
Cursor for backward pagination
Maximum number of items to return
Comma-separated sort fields. Prefix with - for descending. Allowed: created_at, email, created_by_email, expires_at, last_sent_at, status
Response
Default Response
Changes
Changed in 3 of the 23 revisions of this API.14
- ▲
the response property
items/items/last_sent_atbecame nullable for the status200response-property-became-nullable
- ▲
- ○
the endpoint scheme security
OAuth2was added to the APIapi-security-added
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
iam_bearerAuthwas removed from the APIapi-security-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○