Last modified: Apr 2, 2024

App API

The default APIs exposed by apps in Altinn 3

Overview

The features documented here are the default features of any app created based on the app template in Altinn Studio. Application owners are free to make changes to this, but it is probably safe to say that removal of features will be extremely rare. Any app with changes to its API should have its own documentation published by the application owner.

All app API endpoints have the same URL base path that will vary based on application owner and application name.

Test environment (TT02)

https://{org}.apps.tt02.altinn.no/{org}/{appname}

Production

https://{org}.apps.altinn.no/{org}/{appname}

The URL identifies the application owner specific hostname using the short name (org), and the identifier of the app consisting of both the application owner short name and the name of the app (org/appname).