M
Meetup GraphQL API
Details
- Endpoint
-
https://api.meetup.com/gql-ext - Spec
- introspection
- Docs
- https://www.meetup.com/graphql/
Authentication
Authorization: Bearer <credential> Create or manage an OAuth client from OAuth client registration / OAuth Clients. Meetup says only members with an active Meetup Pro subscription can create new OAuth consumers, and approval is not guaranteed. Register a redirect_uri, then use Meetup's OAuth 2 flows from the authentication docs to obtain an access token sent as Authorization: bearer {ACCESS_TOKEN}. The docs also describe server flow, refresh-token flow, and a JWT flow for server-to-server use.