Skip to main content
POST
Create contact view

Authorizations

Authorization
string
header
required

Pass API key as Authorization: Bearer <api_key>.

Body

application/json
name
string
required
Required string length: 1 - 120
filters
object
required
account_id
string

LinkedIn account ID returned by GET /v1/accounts. Required when the organization has multiple LinkedIn accounts.

Pattern: ^[1-9][0-9]*$
type
enum<string>
default:contact

V1 supports contact views only.

Available options:
contact,
member
view_kind
enum<string>

Advanced alias for the underlying TalkToHumans saved-view kind. V1 supports member only.

Available options:
member
description
string | null

Response

Contact view created.

data
object
required