# Bevy API GDG ## API Docs - Attendee [Add Attendees](https://ncrn63ibl3.apidog.io/api-8791709.md): Register users to a specific event. This method will not process any payments. *Note* that we are continuing to test this endpoint, and it is, therefore, subject to change. Meanwhile, if you have any questions about the present state, contact us at help.bevy.com. This endpoint only works for in-person events. - Attendee [Get Attendee Search](https://ncrn63ibl3.apidog.io/api-8791727.md): Retrieve a list of attendees for a particular event in the most performant way. Use instead of the GET attendee endpoint as much as possible. - Attendee [Update Attendee](https://ncrn63ibl3.apidog.io/api-8791901.md): - Attendee [Send Event Email](https://ncrn63ibl3.apidog.io/api-15873844.md): - Attendee [Resend Event Email](https://ncrn63ibl3.apidog.io/api-15875016.md): - Attendee [Get Event Attendees](https://ncrn63ibl3.apidog.io/api-15873962.md): Get Event Attendees - Attendee [Checkin Attendee](https://ncrn63ibl3.apidog.io/api-15873963.md): Checks in an attendee to a specific event. - Attendee [Delete attendee registration](https://ncrn63ibl3.apidog.io/api-15873964.md): Removes the provided attendee registration. This method will not process any payment refund. - Attendee [Get Attendee by ID](https://ncrn63ibl3.apidog.io/api-15873965.md): Retrieves attendee information. We recommend using the GET Attendee Search endpoint whenever possible. - Attendee [Delete all attendee registrations by event](https://ncrn63ibl3.apidog.io/api-15873966.md): Removes all registrations of the provided user from a specific event. This method will not process any payment refund. - Order [Add Order](https://ncrn63ibl3.apidog.io/api-8791725.md): - Order [Update Order](https://ncrn63ibl3.apidog.io/api-8791819.md): - Order [Check Order by ID](https://ncrn63ibl3.apidog.io/api-8791794.md): - Membership [Add Membership](https://ncrn63ibl3.apidog.io/api-8792037.md): - Bevy Virtual [Get Main Stage Video](https://ncrn63ibl3.apidog.io/api-15873967.md): Access the Main Stage recording URL's immediately after the recording has completed (i.e. after you hit the STOP Broadcast button on the backstage). You are able to access this information even before the event completes. All Mainstage Broadcasts are automatically recorded. If you do record a mainstage broadcast by clicking the "Record" button, then you will also have backstage recordings and you'll find them in the Session Video ID's api call. - Bevy Virtual [Get Session Video IDs](https://ncrn63ibl3.apidog.io/api-15873968.md): This endpoint allows you to access all manually recorded Session IDs (Sessions, Backstage, live Booths, and Networking Tables). This endpoint allows you to access all Manually recorded Session IDs. Use these IDs to fetch the Video URLs by using the Session Video URL's API call. - Bevy Virtual [Get Session Video URLs](https://ncrn63ibl3.apidog.io/api-15873969.md): This endpoint allows you to use the IDs found in Session Video IDs API call, to get the URLs for the videos. - Chapter [Get Chapters Status](https://ncrn63ibl3.apidog.io/api-15873970.md): This endpoint returns the status definitions for chapters found in other API calls.
Use this to look up what the Status value means in API calls. You will see a reference to the Status value in API calls such as /api/chapter. - Chapter [Get Chapter Regions](https://ncrn63ibl3.apidog.io/api-15873971.md): This endpoint returns the chapter regions available for use in other API calls.
Use this to look up what the Region value means in API calls. You will see a reference to the Region value in API calls such as /api/chapter. - Chapter [Create Chapter](https://ncrn63ibl3.apidog.io/api-15873972.md): Create a new chapter.
There is no publicly available image upload API. Chapters can still be created but they'll have the default images.
You may visit the chapter settings to upload a different banner or thumbnail. - Chapter [List chapters](https://ncrn63ibl3.apidog.io/api-15873973.md): Retrieves a list of chapters. - Chapter [Get Chapter by ID](https://ncrn63ibl3.apidog.io/api-15873974.md): Retrieves chapter information. - Chapter [List Chapter Events](https://ncrn63ibl3.apidog.io/api-15873975.md): Retrieves a list of event records for the given chapter. - Chapter [List Chapter Members](https://ncrn63ibl3.apidog.io/api-15873976.md): Retrieves a list of members for the given chapter. - Chapter [Add Chapter Member](https://ncrn63ibl3.apidog.io/api-15873977.md): Adds the current user to a chapter - Chapter [List Chapter Team](https://ncrn63ibl3.apidog.io/api-15873978.md): Retrieves a list of team member records for the given chapter. - Chapter [Add Chapter Team Member](https://ncrn63ibl3.apidog.io/api-15873979.md): Creates a new chapter team member
If a user ID is provided, the chapter team member will be created for that user. If an email and a user ID are provided, the email must match the user’s email. If an email is provided without a user ID and the provided email does not match an existing user, then a new prospective user is created for the chapter team member. The user’s first and last name will match the “first_name” and “last_name” parameters, if included.
If “chapter” is not included, the chapter ID in the request URL will be used. For example, making a POST request to https://bevy.example.com/api/chapter/1/team will create a new team member for the chapter with ID of 1. - Chapter [Update Chapter Team Member](https://ncrn63ibl3.apidog.io/api-15873980.md): Edits an existing chapter team member. Replace all the information with the new data. - Chapter [Partial Update Chapter Team Member](https://ncrn63ibl3.apidog.io/api-15873981.md): Edits an existing chapter team member. Replace only the information provided in the request body. - Chapter [Delete Chapter Team Member](https://ncrn63ibl3.apidog.io/api-15873982.md): Removes a user from the chapter's team. Chapter ID and team member's ID are taken from the URL.
Note that the user is not deleted, they're removed from the chapter team. - Chapter [Add chapter's members in batch](https://ncrn63ibl3.apidog.io/api-15873983.md): Add members to a chapter in batch. The members will be created asynchronously or synchronously based on the `async` parameter. - Chapter [Delete chapter's member](https://ncrn63ibl3.apidog.io/api-15873984.md): Remove a member from a chapter. - Cohosted Events [List collaborating chapters](https://ncrn63ibl3.apidog.io/api-15873985.md): Retrieves a list of all collaborating chapters for the given event.
The response will list chapters that are collaborating with an event. The source event chapter will not be listed but can be retrieved by calling the Get Event API and filling in the Source Event ID.
To get all source events and only source events, use the Get Event API and filter for `allows_cohosting=true`. - Cohosted Events [Delete cohosted event](https://ncrn63ibl3.apidog.io/api-15873986.md): Removes the provided cohosted events. - Cohosted Events [Add all chapters as cohosts](https://ncrn63ibl3.apidog.io/api-15873987.md): Add all Active Chapters as collaborators for a specific event. - Cohosted Events [Chapters a user can add as a cohost](https://ncrn63ibl3.apidog.io/api-15873988.md): Returns a list of chapters that the logged-in user can edit events for.
The user can add any of the listed chapters as a collaborator to any event that has cohost setting enabled.
This view optionally accepts an event_id param, which adds additional filtering. - Event [Get Event Counts](https://ncrn63ibl3.apidog.io/api-15873989.md): Get a count of all publicly viewable events.
The results of this endpoint are cached for one hour. - Event [Get Event by ID](https://ncrn63ibl3.apidog.io/api-15873990.md): Retrieves event information. - Event [List events](https://ncrn63ibl3.apidog.io/api-15873991.md): Retrieves a list of event records. - Event [List event types](https://ncrn63ibl3.apidog.io/api-15873992.md): Retrieves a list of event type records. - Event [Get Event Type by ID](https://ncrn63ibl3.apidog.io/api-15873993.md): Retrieves event type information. - Event [List Event Attendees](https://ncrn63ibl3.apidog.io/api-15873994.md): Retrieves a list of attendee records for the given event. - Event [List event tags](https://ncrn63ibl3.apidog.io/api-15873995.md): Retrieves a list of available event tags. - Search [Search chapters](https://ncrn63ibl3.apidog.io/api-15873996.md): Retrieves a list of chapter records matching the given parameters. - Search [Search events](https://ncrn63ibl3.apidog.io/api-15873997.md): Retrieves a list of event records matching the given parameters. - User [List users](https://ncrn63ibl3.apidog.io/api-15873998.md): Retrieves a list of user records. - User [Get User by ID or Email](https://ncrn63ibl3.apidog.io/api-15873999.md): Retrieves user information. - User [Update User](https://ncrn63ibl3.apidog.io/api-15874000.md): Edits an existing user. Replace only the information provided in the request body.
If a **user has not signed** in for the first time, authorized users can update the user information using this API.
**After a user signs** in for the first time, only that user can update their information using this API. - User [Delete User](https://ncrn63ibl3.apidog.io/api-15874001.md): Removes the provided user. - User [Deactivate User](https://ncrn63ibl3.apidog.io/api-15874002.md): Deactivates the user. The user will no longer be able to sign in or perform any actions on the platform.
Include either `email` or `user_id`, but not both. - User [List user's events](https://ncrn63ibl3.apidog.io/api-15874003.md): Retrieves a list of event records for the given user. - User [List user's chapters](https://ncrn63ibl3.apidog.io/api-15874004.md): Retrieves a list of chapter records for the given user. - User [List user's chapter teams](https://ncrn63ibl3.apidog.io/api-15874005.md): Retrieves a list of chapter team records for the given user. - User [Create Prospective User](https://ncrn63ibl3.apidog.io/api-15874006.md): Creates a prospective user. A prospective user is a user that has not signed in for the first time. - User [Opt out of emails](https://ncrn63ibl3.apidog.io/api-15874007.md): Opt a user out of all newsletter email lists. The user will still receive system and attendee-specific emails.
Even though the value is updated, this change is not reflected in the member details in the Chapter dashboard. - User [Get User Counts](https://ncrn63ibl3.apidog.io/api-15874008.md): Retrieves the total number of users on the site, as well as the number of users in each of the following roles