get https://api.naoca.com/v1/events/
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/events/id \
--header 'accept: application/json'
xxxxxxxxxx
19{
"data": {
"id": "7a3d16f5-7286-4160-837f-e5fbc95428ce",
"client_id": "baaaf577-f8a9-4fa7-a078-75a907decfb0",
"private": true,
"pin": 4775,
"disable_new_comments": false,
"auto_approve_comments": false,
"hide_comments": false,
"notice_visible": false,
"created_at": "2023-05-29T01:33:59.000Z",
"updated_at": "2023-05-29T01:33:59.000Z"
},
"metadata": {
"request_id": "Cd-cJi3cSwMEMWg=",
"method": "GET",
"url": "https://api.naoca.com/v1/events/{id}"
}
}