buy rsvp tickets using REST API
-
I was trying to figure out if it’s possible to register an attendee to an event (with rsvp tickets) using REST API (I need it for integration with a mobile app). The only documentation I was able to find is the one provided with swagger, but the only POST method I found is
/wp-json/tribe/tickets/v1/cart/
If I try to use it, I always receive a “200 OK” response, but no ticket is added to the list of attendees in my wordpress admin panel.
Is there a way for doing what i’m trying to do?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘buy rsvp tickets using REST API’ is closed to new replies.