Webhook for attendee events throwing errors

25 views
Skip to first unread message

Ajay krishnan

unread,
Aug 26, 2016, 7:36:12 AM8/26/16
to Eventbrite API
Hello,
I am trying to register a webhook for the actions attendee.checked_in and attendee.checked_out. However my POST request for both these actions fails with a status of 400. The response body is as follows:
{
  "status_code": 400,
  "error_description": "There are errors with your arguments: actions - INVALID",
  "error": "ARGUMENTS_ERROR"
}
However, the same request with only the action changed to any other action except attendee.checked_in and attendee.checked_out, works perfectly. 
The request body looks like this:
{
    "event_id" : 27226016741,
    "actions" : "attendee.checked_in"
}
Reply all
Reply to author
Forward
0 new messages