APIs to create and manage events.
curl -i -X POST \
https://apis.spotnana.com/v2/events/6926658168/invite/send \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"type": "GENERIC",
"userIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}'
curl -i -X POST \
https://apis.spotnana.com/v2/events/6926658168/invite/test \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
curl -i -X POST \
https://apis.spotnana.com/v2/events/summaries \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"userId": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"companyId": {
"id": "f49d00fe-1eda-4304-ba79-a980f565281d"
},
"tripIds": [
"6926658168"
]
}'
{ "tripEventSummaries": [ { … } ] }