The ID after which we'll retrieve more contact-properties (for pagination). This ID will not be included in the returned list. Cannot be used with thebefore parameter.
The ID before which we'll retrieve more contact-properties (for pagination). This ID will not be included in the returned list. Cannot be used with the after parameter.
You can only use either after or before parameter, not both. See our pagination guide for more information.
Copy
Ask AI
import { Resend } from 'resend';const resend = new Resend('re_xxxxxxxxx');const { data, error } = await resend.contactProperties.list();