Skip to main content

· 2 min read

We will learn in this following guide the foundations for using the REST API, starting with authentication and some endpoint examples.

Let's walk through some concepts of our API as we tackle some everyday use cases.

For the purpose of this article, we suppose that you are an Acme Corp employee and your Toucan instance is acme.toucantoco.com

· One min read

In this guide, we will learn how to handle erros coming from the API.

Our API raises errors exceptions for many reasons, such as invalid parameters, authentication errors, network unavaibility, we'll learn here how to understand, manage and mitigate them.

· 4 min read

We will in the following guide learn how to use the group resource.

In the previous episode, we learn how to create and update users by batch. We may want to put these users in a same structure with defined rights so it will be easier to handle new users as we did for Boo.

Good news! group exists for this purpose.