App Registration
Register your application to obtain client_id
and client_secret
that are required for authentication and authorization. You must have either a subscriber account with the Super Admin role or a provider account with admin rights to register.
To register an application in the Sandbox2 or Production environment:
- Sign in to ServiceChannel. Sandbox2 Production
-
Go to the app registration page. Sandbox2 Production
Note: In case access to the app registration page is denied, you have an inappropriate account role. Contact your ServiceChannel administrator or representative for assistance.
- Click Add new client.
- Enter the app registration information. Other fields are optional.
- For mobile apps: product name
- For all other apps: product name and callback URI
- Click Save.
Your app is now registered, and you have client_id
, client_secret
, and the callback URI (optional). The next step is authentication and authorization.
Important: Click Export to save your client_id
and client_secret
in a secure place on your computer. Treat your app credentials with care and never share them with others.
Tip: Use the same client_id
and client_secret
each time you access the ServiceChannel API. In case your app credentials disappeared from the Admin – Permissions page (Admin → Permissions → API Integration) in the Sandbox2 environment, you don’t need to generate them again. Keep using the existing ones.