Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you do not have the API_KEY yet, please go to  http://botdoc.io/developer-blog/tutorial/tutorial-authentication-botdoc-api and do just complete the first step.

So let’s get started.

...

  1. The first thing you need to do is access the API through your browser and get a token:

    1. So, please go to sandboxapi.botdoc.io

    2. There you click to list  list the Auth Operations and click to open the /auth/get_token endpoint.

    3. Then you are going to hit TRY IT OUT button to enable the field where you will be able to enter your email and your API_KEY.

    4. Enter your email, your API_KEY and “v1” on version field then hit the Execute button.

    5. If you entered the correct email and API_KEY, you will receive a temporary token.

  2. Authenticate the token to start making requests:

    1. On this the right top corner page you will find an Authorize button

    2. It will open a pop up. Put your token there and hit Authorize.

    3. To make sure the token is there. Open this pop up again and you will be able to see the token.


  3. Now you are authenticated and can start making requests:

    1. You can play with the endpoints as you please, understand how it works.

       

Info

For more details about the API you can take a look at our BotDoc Botdoc API Reference on api.botdoc.io/documentation

...