This guide provides the initial steps to connect to our API.
You can create OAuth clients for your demo and live environments.
- Go to the developer section of your community:
For demo environments go to https://demo.chainels.com/developer
For live environments go to https://chainels.com/developer
-
Click on Your Oauth Clients at the left menu.
-
Click the Create Client button.
-
Give the Oauth client a name.
You could use "Postman client" as an example.
-
Put a description to identify the purpose of this client.
-
Type the redirect URL.
The redirect URL is required by Oauth 2.0. Visit the Oauth documentation for reference.
Use http://localhost if you don't have one. -
Click on the result that shows up below the input box.
-
Click on Save.
-
Confirm the client was created.