Accessing SuperOffice API with a Regular Account

lock
push_pin
done
Besvart
1

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.

17. des. 2025 | 10:10 a.m.

Alle 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

 

 

17. des. 2025 | 01:45 p.m.
Thank You!
18. des. 2025 | 07:49 p.m.

Legg til svar