Kids Web Services has an HTTP API that you can use to build apps across platforms. We currently don’t support any platform-specific SDKs.
For full details, see the KWS API specification.
To facilitate integration with the KWS API, the Control Panel’s Integration tab lists some important parameters you may need to pass to KWS API endpoints:
Item | Description |
---|---|
App Id | The unique identifier for your app. |
Client Id | The public identifier for the app the user is authenticating in. |
API key | The API key for authentication with the KWS API. |
API host | The domain name of the host that serves the API. |
SSO (Single Sign On) URL | Not generally used. |
Parent Portal URL | The URL for your KWS environment’s Parent Portal. |
OAuth Redirect URLS | For security purposes, you must enter here any URLs to which your SSO view may redirect after sign-up. To redirect to one of these URLS, pass the URL as a parameter to the authorise endpoint. See Build your authentication flow for details. |