Events rank
Rank multiple events for the authenticated caller. Use this endpoint when you already have a candidate set of events and want them returned in preference order.Endpoint
POST /external/events/rank
Authentication
See AuthenticationSuccess status code
201 Created
Request body
| Name | Required | Type | Notes |
|---|---|---|---|
event_ids | Yes | string[] | List of event identifiers to rank. Each value supports either Event.eventId or internal Event.id. |
Response example
Error responses
400 Bad Request401 Unauthorized404 Not Found409 Conflict
Notes
- The current service returns an ordered
itemsarray withrankandmatch_score. reasonsis currently emitted as an empty array by the live service.