Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Update to organization object (deprecated endpoints)? #27

Description

@bradykeeling

Are there plans to update this gem so that it uses the Organization object?

https://www.eventbrite.com/platform/docs/changelog

It looks like many of the endpoints will no longer work in the near future.

Thanks!

Legacy New
GET /v3/checkout_settings/ GET /v3/organizations/{organization_id}/checkout_settings/
GET /v3/organizers/ GET /v3/organizations/{organization_id}/organizers/
GET /v3/webhooks/ GET /v3/organizations/{organization_id}/webhooks/
GET /v3/users/{user_id}/assortment/ GET /v3/organizations/{organization_id}/assortment/
GET /v3/users/{user_id}/contact_lists/ GET /v3/organizations/{organization_id}/contact_lists/
GET /v3/users/{user_id}/contact_lists/{contact_list_id}/ GET /v3/organizations/{organization_id}/contact_lists/{contact_list_id}/
GET /v3/users/{user_id}/contact_lists/{contact_list_id}/contacts/ GET /v3/organizations/{organization_id}/contact_lists/{contact_list_id}/contacts/
GET /v3/users/{user_id}/currencies/ GET /v3/organizations/{organization_id}/currencies/
GET /v3/users/{user_id}/discounts/ GET /v3/organizations/{organization_id}/discounts/
GET /v3/users/{user_id}/events/ GET /v3/organizations/{organization_id}/events/
GET /v3/users/{user_id}/event_groups/ GET /v3/organizations/{organization_id}/event_groups/
GET /v3/users/{user_id}/managed_events/ GET /v3/organizations/{organization_id}/events/
GET /v3/users/{user_id}/organizers/ GET /v3/organizations/{organization_id}/organizers/
GET /v3/users/{user_id}/organizers/default/ GET /v3/organizations/{organization_id}/organizers/default/
GET /v3/users/{user_id}/owned_events/ GET /v3/organizations/{organization_id}/events/
GET /v3/users/{user_id}/owned_event_attendees/ GET /v3/organizations/{organization_id}/attendees/
GET /v3/users/{user_id}/owned_event_orders/ GET /v3/organizations/{organization_id}/orders/
GET /v3/users/{user_id}/search_owned_event_orders/ GET /v3/organizations/{organization_id}/orders/search/
GET /v3/users/{user_id}/ticket_classes/ GET /v3/organizations/{organization_id}/ticket_classes/
GET /v3/users/{user_id}/ticket_groups/ GET /v3/organizations/{organization_id}/ticket_groups/
GET /v3/users/{user_id}/tracking_beacons/ GET /v3/organizations/{organization_id}/tracking_beacons/
GET /v3/users/{user_id}/venues/ GET /v3/organizations/{organization_id}/venues/
POST /v3/users/{user_id}/assortment/ POST /v3/organizations/{organization_id}/assortment/
POST /v3/users/{user_id}/contact_lists/ POST /v3/organizations/{organization_id}/contact_lists/
POST /v3/users/{user_id}/contact_lists/{contact_list_id}/ POST /v3/organizations/{organization_id}/contact_lists/{contact_list_id}/
POST /v3/users/{user_id}/contact_lists/{contact_list_id}/contacts/ POST /v3/organizations/{organization_id}/contact_lists/{contact_list_id}/contacts/
POST /v3/users/{user_id}/event_groups/ POST /v3/organizations/{organization_id}/event_groups/
POST /v3/checkout_settings/ POST /v3/organizations/{organization_id}/checkout_settings/
POST /v3/discounts/ POST /v3/organizations/{organization_id}/discounts/
POST /v3/events/ POST /v3/organizatons/{organization_id}/events/
POST /v3/organizers/ POST /v3/organizations/{organization_id}/organizers/
POST /v3/series/ POST /v3/organizations/{organization_id}/events/
POST /v3/ticket_groups/ POST /v3/organizations/{organization_id}/ticket_groups/
POST /v3/venues/ POST /v3/organizations/{organization_id}/venues/
POST /v3/webhooks/ POST /v3/organizations/{organization_id}/webhooks/
DELETE /v3/users/{user_id}/discounts/ DELETE /v3/organizations/{organization_id}/discounts/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions