Getting Started
How to get access to the API documentation
To get started, you first need to sign up for the OBOS Developer Portal. You have two options:
Using an OBOS account
If you have an @OBOS.no account then start by going to the Sign in page and click on the Azure Active Directory button.
Without an OBOS account
If you do not have an @OBOS.no account, go to the Sign up page and register your account.
After you have obtained access
When your access has been approved, you can Sign in and view the documentation for all the API's you have been given access to.
Calling the OBOS APIs
To be able to make calls to an OBOS API you need both a subscription and an OAuth token.
Subscriptions
To be able to call one of the OBOS APIs you first need a subscription. You can learn more about signing up for subscriptions here.
OAuth token
Most of the API's will in addition to the subscription key be secured with OAuth 2.0. To obtain credentials to generate valid OAuth tokens, you need to register your application/service. You can learn more about registering your application/service here.
Example: How to call an OBOS API