You asked, we listened! We’re adding new functionality to the Spaces endpoints aimed to help creators better understand the performance of their Spaces.

We’re adding a new endpoint that returns a list of users who purchased a ticket to the specified Space. Buyer information is only available on ticketed Spaces, and only when the authenticated user is the creator of that Space.

We’re also expanding the Space object with new fields:

  • Topics will give you the topic information as set by the creator of the Space. You can request the list of topic_ids as a field, along with their name and long form description an expansion.
  • ended_at returns the timestamp of when one of the Hosts ended the Space.

OAuth 2.0 beta for Spaces

The Spaces endpoints support OAuth 2.0 user authentication (currently in beta), and some of its functionality (for example the buyers lookup endpoint) can only be accessed using this authentication method. Our documentation shows you how to use OAuth 2.0, and our API reference pages have been updated with the ability to make a live request using OAuth playground.

Getting started

The Spaces endpoints are available to all developers building with the Twitter API v2. Get started today and let us know what you’re building using #TwitterAPI.

3 Likes