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
Enter your API key as: Bearer your_api_key_here
Bearer your_api_key_here
Successful response
The response is of type object.
object
Was this page helpful?