Client Config
Retrieve client-safe configuration values for embedding in browser-side applications.
Get Client Configuration
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_keystring · max: 512 · nullableOptional
get/v1/{workspace_id}/config/client
200
Successful Response
Example Request
Example Response
Notes
Last updated
Was this helpful?

