Last modified: Sep 23, 2024

Broker

Developer guide

Guide for SenderThis developer guide will help you get started sending files using Altinn Broker. Guide for receiversThis developer guide will help you get started receiving files using Altinn Broker. Altinn 3 Broker Developer guide for Service OwnerHow to get started with Altinn 3 Broker Service Owner API operations, for developers Altinn 3 Broker Developer guidesHow to get started subscribing to Events from Altinn 3 Broker, for developers This section of the documentation is a work in progress. »

Guide for receivers

This section of the documentation is a work in progress, and as such currently makes extensive reference to external sources. Here are the detailed operations and events you will be using when Receiving files. Operation: Get FileTransfers Endpoint: GET /broker/api/v1/filetransfer/(filters) Allows you to search for file transfers according to set filters, and returns a list of FileTransferIds matching the search criteria. You can then use these Ids to get FileTransfer Overview and download. »

Altinn 3 Broker Developer guide for Service Owner

This section of the documentation is a work in progress, and as such currently makes extensive reference to external sources, as well as describing more scenarios. Operation: Initialize Service Owner in Broker API Endpoint: POST /broker/api/v1/serviceowner This operation configures your organization as a Service Owner in the Broker Config Store. Request: An instance of ServiceOwnerInitializeExt serialized as JSON. Return: HTTP 200 Events triggered: none. Example: “Register Service Owner” in our PostMan collection. »

Altinn 3 Broker Developer guides

This section of the documentation is a work in progress, and as such currently makes extensive reference to external sources. Currently the Events for Broker are not ready for full-scale use, due to pending changes in Altinn Events and Authorization. This documents the expected scenario, but may be subject to change. In order to use events/webhooks for a Broker resource, you need to setup a subscription for the given resource. »

Altinn 3 Broker Transition Solution

About Altinn 3 Broker Transition SolutionWhat is the Altinn 3 Broker Transition Solution Getting started with Altinn Broker Transition SolutionHow to get started using the Broker Transition solution from Altinn 2 to Altinn 3 Technical OverviewThe Altinn 3 Broker Transition Solution allows service owners who own broker services in Altinn 2 to point those services towards Altinn 3 using an internal Altinn 2 bridge. UsageHow to use the Altinn 3 Broker Transition solution. »