Skip to main content
POST
Python

Authorizations

superU-Api-Key
string
header
required

Your SuperU API key.

Body

application/json

Request body for Create contact.

Contact Create Request schema.

first_name
string
required

First name

Example:

"Ava"

last_name
string
required

Last name

Example:

"Patel"

email
string<email>
required

Email

Example:

"ava.patel@example.com"

country_code
string
required

Country code

Example:

"+1"

phone_number
string
required

Phone number

Example:

"5551234567"

audience_id
string

Optional audience ID

Example:

"a3740204-726f-4547-b0f8-8831a5147208"

Response

Contact created

A generic response schema for successful API calls.

status
string

Indicates if the request was successful.

Example:

"success"

message
string

A descriptive message about the result of the request.

Example:

"Request completed successfully"

data
object

The payload of the response, if any.