POST
/
v0
/
person-activities
curl --request POST \
  --url https://api.stardex.ai/v0/person-activities \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "linkedin_url": "<string>",
  "email": "jsmith@example.com",
  "full_name": "<string>",
  "person_id": "<string>",
  "activity_type": "secondary_note",
  "activity_content": "<string>"
}'
{
  "error": "<string>",
  "data": {
    "id": "<string>",
    "person_id": "<string>",
    "activity_type": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your_api_key_here

Body

application/json

Response

201
application/json

Successful response

The response is of type object.