Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
customer_key
string

Customer key for which you want to list spaces.

limit
number<float>
default:500

Maximum number of records to return per page.

page_cursor
string | null

Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

String for which to search. Filters returned spaces to include all records that satisfy a partial match using name, space_key, or customer_key.

Minimum string length: 1
space_key
string

Filter spaces by space_key.

Response

OK

pagination
object
required

Information about the current page of results.

spaces
object[]
required