cURL
curl --request GET \ --url https://api.stardex.ai/v0/person-activities/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "data": { "id": "<string>", "person_id": "<string>", "activity_type": "<string>", "activity_content": "<string>", "activity_raw_content": "<string>", "created_at": "<string>" } }
Retrieves a person activity by ID with its content in both HTML and raw text formats
Authenticate with a Bearer token: API key, OAuth token, or session token.
Successful response
Show child attributes
Was this page helpful?