Skip to main content
POST
/meetup/groups/events

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
urlname
string
required
Minimum string length: 1
count
integer
required
Required range: x >= 1
timeout
integer
default:300
Required range: 20 <= x <= 1500
status
enum<string>
default:upcoming
Available options:
upcoming,
past

Response

Successful Response

id
string
required
name
string
required
@type
string
default:MeetupEvent
source_url
string | null
status
string | null
event_type
string | null
is_online
boolean
default:false
start_at
string | null
end_at
string | null
created_at
string | null
venue
object | null
max_tickets
integer | null
going_count
integer | null
waitlist_count
integer | null
rsvp_state
string | null
guests_allowed
boolean | null
allowed_guest_count
integer | null
is_free
boolean
default:true
fee_amount
number | null
fee_currency
string | null
topics
object[]
hosts
object[]
speaker
object | null
group
object | null
image
string | null
series_description
string | null
creator_id
string | null
is_rsvps_closed
boolean | null