Getting Started

Welcome! This guide will walk you through the basic steps required to start using the Access Point Management API for interacting with Norway's ELMA registry and sending Peppol-compliant documents.

Tenant Registration & Credential Delivery

To start using the API:

  1. Register Your Organization (Tenant): Contact our support team to register your organization for API access. You’ll need to provide basic business information and intended use cases.

  2. Credential Provisioning: After registration, we will generate and securely email you the following credentials:

    • tenantId: A unique identifier for your organization

    • tenantSecret: A confidential secret tied to your tenant

    • x-api-key: Your access key via API Gateway

  3. Secure Storage: Store these values securely. You’ll need to include them in the headers of every API request. These credentials are confidential and must not be shared or embedded in client-side (public) applications.

  4. Ready to Integrate: Once you have your credentials, you can start making authenticated requests to our API.

Last updated