Config

Get client configuration

get

Return client-safe configuration for the authenticated workspace.

Authorizations
AuthorizationstringRequired

API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.

Path parameters
workspace_idstring · uuidRequired
Responses
200

Successful Response

application/json

Client-safe configuration values.

Values returned here are safe to embed in browser-side code. API keys are restricted by HTTP referrer or similar origin controls at the provider level.

google_maps_api_keyany ofOptional
string · max: 512Optional
or
nullOptional
get
/v1/{workspace_id}/config/client
200

Successful Response

Last updated

Was this helpful?