Creating an OAuth client

This guide provides the initial steps to connect to our API.

You can create OAuth clients for your demo and live environments.

  1. 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
  2. Click on Your Oauth Clients at the left menu.

  3. Click the Create Client button.

  4. Give the Oauth client a name.

    You could use "Postman client" as an example.
  5. Put a description to identify the purpose of this client.

  6. 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.

  7. Click on the result that shows up below the input box.

  8. Click on Save.

  9. Confirm the client was created.