Quickly follow along with this guide to integrate the Setle API into your application.Documentation Index
Fetch the complete documentation index at: https://developer.setle.app/llms.txt
Use this file to discover all available pages before exploring further.
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 CredentialsRetrieve 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