Skip to main content
POST
/
v1
/
lists
/
{id}
Add a list member
curl --request POST \
  --url https://app.nex.ai/api/developers/v1/lists/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "parent_id": "32417546405832961",
  "attributes": {
    "source": "website",
    "status": "new",
    "score": 85,
    "notes": "Qualified lead from demo request"
  }
}
'
{
  "id": "32417546405832962",
  "object_id": "32417546405832950",
  "type": "person",
  "workspace_id": "32417546405832945",
  "created_at": "2024-01-20T16:45:00Z",
  "updated_at": "2024-01-20T16:45:00Z",
  "attributes": {
    "name": {
      "first_name": "Sarah",
      "last_name": "Chen"
    },
    "email_addresses": [
      "[email protected]"
    ],
    "job_title": "VP Engineering",
    "source": "website",
    "status": "new",
    "score": 85,
    "notes": "Qualified lead from demo request"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

id
integer
required

List ID

Body

application/json

List member creation request

attributes
object

Optional list-specific attributes

parent_id
string

ID of the existing record to add to the list

Response

Created list member

attributes
object
created_at
string
id
string
object_id
string
type
string
updated_at
string
workspace_id
string