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:
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.
Credential Provisioning: After registration, we will generate and securely email you the following credentials:
tenantId: A unique identifier for your organizationtenantSecret: A confidential secret tied to your tenantx-api-key: Your access key via API Gateway
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.
Ready to Integrate: Once you have your credentials, you can start making authenticated requests to our API.
Last updated