opensesh docs

Send reviewer reminders

POST
/events/{eventId}/review-rounds/{roundId}/reminders

Authorization

bearerAuth
AuthorizationBearer <token>

An organization API key (osk_…)

In: header

Path Parameters

eventId*string
roundId*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/events/string/review-rounds/string/reminders" \  -H "Content-Type: application/json" \  -d '{    "eventMemberIds": [      "string"    ]  }'
{  "queued": 0,  "sent": 0,  "failed": 0}