GET 2/spaces/{id}/buyers
Summary: Retrieve the list of Users who purchased a ticket to the given space
Operation ID: spaceBuyers
Auth: unknown
Operation ID: spaceBuyers
Auth: unknown
Description
Retrieves the list of Users who purchased a ticket to the given space
Parameters (6)
expansions
(array, query, optional)
A comma separated list of fields to expand.
id
(string, path, required)
The ID of the Space to be retrieved.
Constraints: {'pattern': '^[a-zA-Z0-9]{1,13}$'}
max_results
(integer, query, optional, default: 100)
The maximum number of results.
Constraints: {'minimum': 1, 'maximum': 100}
pagination_token
(?, query, optional)
This parameter is used to get a specified 'page' of results.
tweet.fields
(array, query, optional)
A comma separated list of Tweet fields to display.
user.fields
(array, query, optional)
A comma separated list of User fields to display.
No probe data for this endpoint yet.