workspaces

Get Or Create Workspace

Get a Workspace by ID.

If workspace_id is provided as a query parameter, it uses that (must match JWT workspace_id). Otherwise, it uses the workspace_id from the JWT.

post/v3/workspaces

Request body

idstring required
metadataobject

Response

Successful Response

idstring required
metadataobject
configurationobject
created_atstring date-time required

Changes