Does GET /:urlname/events/:id/attendance Work?

45 views
Skip to first unread message

Michael Allen Smith

unread,
Dec 17, 2017, 4:52:46 PM12/17/17
to Meetup API
Using PHP I am successfully able to access:

GET /:urlname/events/:id/

However, when I try to access Attendance via  /:urlname/events/:id/attendance - I get this error:
{"errors":[{"code":"authorization_error","message":"you are not authorized to view attendance"}]}

Both calls have the KEY and &sign=true. Why does the first work, but not the attendance?

WORKS: https://api.meetup.com/seattle-coffee-club/events/245430581?key=__MY_KEY__&sign=true (returns data)
FAILS: https://api.meetup.com/seattle-coffee-club/events/245430581/attendance?key=__MY_KEY__&sign=true (returns error) 

Reply all
Reply to author
Forward
0 new messages