GetContactListAsk AIget https://api.dengage.com/rest/contactsGetContactList - Retrieves a paginated list of contacts with their detailsQuery Paramslimitinteger100 to 1000Defaults to 100Number of contacts to retrieve (min: 100, max: 1000)offsetintegerDefaults to 0Pagination offsetbeginTimedate-timeFilter contacts updated after this time (defaults to DateTime.MinValue if not provided)endTimedate-timeFilter contacts updated before this time (defaults to DateTime.MaxValue if not provided)HeadersAuthorizationstringDefaults to {$$.env.access_token}Responses 200Successful response with contact list data 400Bad request - validation errors 401Not authenticated. Please re-login. 403The operation is not allowed. Your API user is not authorized to use this API. 500Unexpected error occurredUpdated 7 months ago