API reference
List workspaces
Lists workspaces accessible to the current developer credential.
Authorization
apiKey AuthorizationBearer <token>
A scoped fd_test_ or fd_live_ server credential.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/workspaces"{ "data": [ { "id": "ws_01JEXAMPLE", "object": "workspace", "name": "Acme Editorial", "created_at": "2026-08-24T12:30:00Z" } ], "pagination": { "has_more": false, "next_cursor": null }}
