Users

Get user details

get

Update user info

put

Delete user

delete

Workspace by ID

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

This endpoint contains operations for a specific workspace, referenced by ID.

Expected parameters

NameDescriptionInRequiredSchema
workspace_id

Workspace ID

path✅string

Get an Existing Workspace

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

Retrieve workspace info from a workspace ID

Responses

Update an Existing Workspace

PUT
https://api.xata.io/workspaces/workspace_id

Update workspace info

Request Body Type Definition

Responses

Delete an Existing Workspace

DELETE
https://api.xata.io/workspaces/workspace_id

Delete the workspace with the provided ID

Responses