Get all spaces an account has access to
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Contentful-Organization
Scope the listing to a specific organization. When omitted, spaces from all organizations the account has access to are returned.
Query parameters
skip
Number of resources to skip (offset pagination).
limit
Maximum number of resources to return.
order
Sort order, e.g. sys.createdAt or -sys.createdAt.
cursor
When true, switches the response to cursor-based pagination. The response includes a pages object with next and prev URLs instead of skip/limit.
pageNext
Cursor token for the next page. Use the value from pages.next in a previous cursor-paginated response.
pagePrev
Cursor token for the previous page. Use the value from pages.prev in a previous cursor-paginated response.
query
Search spaces by exact space ID match or partial name match.
type
Filter by space type.
Response headers
Content-Type
Content-Type
Response
OK - Request successful