Users

Get user details

get

Update user info

put

Delete user

delete

Workspaces

https://api.xata.io/workspaces

This endpoint enables interacting with specific workspaces within Xata. For more information about workspaces, see the [docs](/concepts/workspaces).

Get List of Workspaces

GET
https://api.xata.io/workspaces

Retrieve the list of workspaces the user belongs to

Responses

Create a New Workspace

POST
https://api.xata.io/workspaces

Creates a new workspace with the user requesting it as its single owner.

Request Body Type Definition

Responses