Search for Spaces
GET
/2/spaces/searchReturns Spaces that match the provided query.
Request
Query Params
query
string
required
The search query
Example:
crypto
state
string
required
The state of spaces to search for
max_results
integer
optional
The number of results to return. The maximum for this value is 100.
space.fields
array[string]
optional
A comma separated list of Space fields to display.
expansions
array[string]
optional
A comma separated list of fields to expand.
Request samples
Responses
The request was successful(200)
500(500)
The request was successful
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 2 years ago