Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.