I want to retrieve documents from SuperOffice via their API. I currently have a regular SuperOffice user account, not a developer account.
What do I need to do to be able to call the API with my regular account? Specifically, where can I find all the necessary values such as the base URL, authentication method, client ID, client secret, and are there any other credentials or settings required to successfully make API requests?
I will be using Python/FastAPI to retrieve dcuments and store them locally.
Thanks in advance.
Allt Svar (1)
Hi Erika,
you'll need to register for the developer portal: dev.superoffice.com
The registration form is here: https://dev.superoffice.com/register
This is where you create what we call applications so you can pick up the required Client ID/Secret and so on to authenticate API calls: https://docs.superoffice.com/en/developer-portal/getting-started/quickstart.htm