About the KWS API

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:

ItemDescription
App IdThe unique identifier for your app.
Client IdThe public identifier for the app the user is authenticating in.
API keyThe API key for authentication with the KWS API.
API hostThe domain name of the host that serves the API.
SSO (Single Sign On) URLNot generally used.
Parent Portal URLThe URL for your KWS environment’s Parent Portal.
OAuth Redirect URLSFor 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.
Updated on 23/05/2023

Was this article helpful?

Related Articles