List all contactsAsk AIget https://open-api.guesty.com/v1/contactsRetrieves a paginated list of all contacts for the authenticated user's account.Query ParamsqstringSearch term for fullName, emails, or phonesfieldsstringFields to include in the responsesortstringDefaults to fullNameField to sort by, e.g., "fullName"skipnumber≥ 0Defaults to 0Number of records to skiplimitnumber1 to 400Defaults to 200Number of records to returnidsstringarrayLimit results to these ids (can be provided as comma-separated string or as multiple values)Responses 200List of contacts retrieved successfully. 401Unauthorized. 403Forbidden.Updated about 1 month ago