π₯Guests
Fetch/search guests
Query Parameters
Name
Type
Description
{
data: {
id: string;
organization_id: string;
profile_id: number;
last_interacted_at: string;
created_at: string;
data_opt_in_at: string;
sms_opt_in_at: string;
email_opt_in_at: string;
user_profile: {
email: string;
first: string;
id: number;
phone: string;
last: string;
};
organization_profile_tags: {
id: string;
organization_registration_id: string;
tag_id: string;
}[];
}[];
links: {
first: string | null;
last: string | null;
next: string | null;
prev: string | null;
};
}
Fetch a single guest with it's ID
Query Parameters
Name
Type
Description
Create a new guest
Request Body
Name
Type
Description
Last updated
Was this helpful?

