Introduction
RPC way
curl --request GET \
--url 'https://api.inevent.com/?action=activity.find&tokenID=YOUR_TOKEN_HERE&eventID=YOUR_EVENT_ID_HERE' \
--header 'Accept: application/json'RESTful way
curl --request GET \
--url 'https://api.inevent.com/activity/find?tokenID=YOUR_TOKEN_HERE&eventID=YOUR_EVENT_ID_HERE' \
--header 'Accept: application/json'POST operation example
POST operation exampleResponse example
Last updated