Unlock event contacts access
Unlock event-level personnel and contact access for a specific event. Use this endpoint when preview-style access is no longer enough and you want full contact access for one event.Endpoint
POST /external/events/:id/unlock
Authentication
See AuthenticationSuccess status code
201 Created
Path parameters
| Name | Required | Type | Notes |
|---|---|---|---|
id | Yes | string | Event identifier. |
Response example
Error responses
400 Bad Request401 Unauthorized402 Payment Required404 Not Found409 Conflict
Notes
- If the event is already unlocked, the response sets
alreadyUnlockedtotrueand no additional credits are used. - The route returns
400 Bad Requestwhen no additional contacts are available to unlock for the event. - Successful responses include the remaining credit balance and basic event details.