Skip to main content
POST
Create a subscriber

Authorizations

X-Kit-Api-Key
string
header
required

Authenticate API requests via an API Key

Body

application/json
email_address
string
required
first_name
string | null
state
enum<string> | null

Create subscriber in this state (active, bounced, cancelled, complained or inactive). Defaults to active.

Available options:
active,
cancelled,
bounced,
complained,
inactive
fields
object

Custom field values keyed by the custom field's key (e.g. last_name, not Last Name). Unknown keys are ignored and reported in the response warnings array.

Response

Returns a 200 and updates the subscriber first name when a subscriber with provided email already exists

subscriber
object
required