#Prerequisites

https://api.poool.fr/api/v3/public

#1. Get my credentials

Your API credentials are available to access inside your Dashboard - Go to app settings (in the menu Settings).
It's located in the Client ID and Secret Key fields.

#2. Provide your credentials in every request

To ensure security & privacy for user datas, we protect our public API with a combination of client/secret credentials. You will have to provide these credentials in every request to be able to access all the data of your media.

⚠️ These credentials are sensitive information. In no way should they be used on the front-end, only for server-to-server communications.

#3. Make an API call

In all of our examples, we will be using Node.JS as this is the technology we use here at Poool, but feel free to use any other language.