Last modified: Nov 5, 2025

Altinn 3 Broker Developer guide for Service Owner

How to get started with Altinn 3 Broker Service Owner API operations, for developers

    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: “Service Owner/Configure service owner for Broker” in our Bruno collection.

    Operation: Get Service Owner Config from Broker API

    Endpoint: GET /broker/api/v1/serviceowner

    This gets the configuration of your as a Service Owner in the Broker Config Store.

    Request: (Based upon the organization specificed in the token).

    Return: HTTP 200 An instance of ServiceOwnerOverviewExt serialized as JSON.

    Events triggered: none.

    Example: “Service Owner/Get service owner configuration for Broker” in our Bruno collection.

    Operation: Configure resource in Broker API

    Endpoint: PUT broker/api/v1/resource{resourceId}"

    This operation configures your resource in Altinn Broker.

    Request: An instance of ResourceExt serialized as JSON.

    Return: HTTP 200

    Events triggered: none.

    Example: “Resource/Configure resource for Broker” in our Bruno collection.