Skip to main content

Hosts

Overview

This resource represents Hosts which are the representations of Users of the particular Account that can be used in the Inbox context to create Inbox Participants.

Parameters

NameTypeRead/WriteDescription
idIntegerReadHost's id.
firstnameStringReadHost's first name.
lastnameStringReadHost's last name.
emailStringReadHost's email.
created_atTimeReadHost's create time.
updated_atTimeReadHost's update time.
forget_me_atTimeReadRefer to GDPR guide
processing_restricted_atTimeReadRefer to GDPR guide

List Hosts


GET /hosts

Get a single Host

Returns a single host identified by ID.

GET /hosts/:host_id

Create a new Host

Creates an host.


POST /hosts

Update a Host

Returns an updated host identified by ID.


PUT /hosts/:host_id