Link a contact to an event
Copies the canonical CRM profile into the event as a speaker or organizer contact.
Authorization
bearerAuth AuthorizationBearer <token>
An organization API key (osk_…)
In: header
Path Parameters
contactId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/contacts/string/events" \ -H "Content-Type: application/json" \ -d '{ "eventId": "string", "participation": "speaker" }'{ "id": "string", "createdAt": "string", "updatedAt": "string", "organizationContactId": "string", "contactId": "string", "eventId": "string", "role": "string", "status": "string"}