Integrating the Administrative API
Integrate the Entitlements Administrative API with your own entitlements system
Last updated
Integrate the Entitlements Administrative API with your own entitlements system
Last updated
The Sudo Platform Entitlements administrative API is provided as a API.
Invoke these APIs using a GraphQL client. You must specify an API key in a x-api-key
header when making requests.
You can also use Sudo Entitlements Admin SDK to invoke these APIs in JavaScript, TypeScript, Swift or Kotlin. In order to use the SDK you must obtain the Sudo Platform client configuration file by following the instructions in .
Add this line to your .
Install pod dependencies by running the following command in your project directory:
This will update the local CocoaPods repository and install the latest version of the Sudo Entitlements Admin SDK.
To use Sudo Entitlements Admin SDK in an Android app you need to add SudoEntitlementsAdmin
library as a dependency to your project.
Edit the app module Gradle script (build.gradle) and add SudoEntitlementsAdmin
library as a dependency.
Edit AndroidManifest.xml to add the following app permissions:
To use the Sudo Entitlements Admin SDK in a Web or Node.js project, you must add @sudoplatform/sudo-entitlements-admin
as a dependency to your project.
For endpoint information and to obtain an API key .