Activities
Create an activity
Authorization
apiKey AuthorizationBearer <token>
In: header
Header Parameters
idempotency-key?string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/public/v1/activities" \ -H "Content-Type: application/json" \ -d '{}'{ "activity_date": "string", "contact_id": "string", "content": "string", "created_at": "string", "id": "string", "metadata": { "property1": null, "property2": null }, "organization_id": "string", "project_id": "string", "type": "note"}{ "error": { "code": "string", "message": "string" }}