Skip to main content
GET
cURL

Authorizations

Lovable-API-Key
string
header
required

Lovable API key. Send its value in the Lovable-API-Key header.

Headers

Lovable-Version
string

Stable API version to serve, as a YYYY-MM-DD date. Omit for the oldest supported stable version, currently 2026-09-11.

Lovable-Beta
string

Comma-separated beta revision strings to enable on top of the stable version.

Query Parameters

limit
integer<int64>
default:50

Maximum number of items to return per page.

Required range: 1 <= x <= 100
cursor
string

Pass pagination.next_cursor from the previous response to fetch the next page. Omit for the first page; keep the same filters and sort order across pages.

Response

OK

data
object[]
required

Workspaces the user is a member of. Empty when there are none.

pagination
object
required

Pagination metadata.