This endpoint serves the purpose of fetching admins list of the event based on unique event ID.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/events/{id}/admins \ --header 'X-API-KEY: <api-key>'
{ "id": 123, "name": "<string>", "email": "<string>" }
Event ID
OK