Skip to main content
GET
/
v1
/
workspaces
/
{workspace_id}
/
routing-defaults
Get Routing Defaults
curl --request GET \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/routing-defaults \
  --header 'Authorization: Bearer <token>'
Returns the workspace routing defaults. Any workspace member can read.
This endpoint uses session authentication, not API key authentication. See Authentication.
See also: Routing options.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.