Quickstart
Lets integrate your app with Setle
Quickly follow along with this guide to integrate the Setle API into your application.
Retrieve Client Credentials
Check that you received a client_id
and client_secret
from the Setle team. We will assume it is for the production environment.
Haven’t received the credentials yet? Please contact the Setle team and read more about Client Credentials
Retrieve an access token
With these Client Credentials you can now fetch a new Access Token using this API endpoint.
Make a test api call
You now have a valid token. Let’s use it to search in the Renovations that your users have been making in your account.
Add the Access Token to the Authentication header:
Next, call the Renovations Search endpoint
Done! 🎉 Read more about how our data model is structured
To better understand the structure and models of our api we recommend that you dive into our documentation about the key models like: Estate, Renovation, Renovation Items, … and how these are connected.