Framnex provides the base URL and credentials required for the environment enabled for your integration. Use only the connection details provided for that environment, and keep environment-specific configuration separate in your application.The BaaS API uses the Child Brand Integration service path:https://<host>/api/child-brand-integrationThe <host> value depends on the environment assigned to your integration. Store the full base URL in configuration instead of hard-coding it in application code.export BASE_URL="https://<host>/api/child-brand-integration"Use the integrator username and secret key provided for the environment you are connecting to.Store credentials in a server-side secret store and inject them into the application at runtime. Do not put credentials in source control, browser code, mobile applications, logs, or URLs.Keep environment configuration isolated#
Keep the base URL, credentials, and related configuration for each available environment clearly separated in your application.Where the API accepts an externalId, use a stable identifier from your own system. This helps you map Framnex resources back to your own records.Before production#
Before you send production traffic:confirm the production base URL and credentials with your Framnex implementation representative;
verify that your application is using the intended environment configuration;
configure production webhooks if your integration uses them;
complete the relevant integration flow in any test or non-production environment available to you, if applicable.
Modified at 2026-09-26 19:36:11