Skip to main content

Getting Started with AXS APIs 🚀

1. Prerequisites ✅

Before integrating with the AXS APIs, ensure that you meet the following requirements:

  • An active developer account(provisioned by Straumann – see below)
  • A registered client application (see below)
  • A basic understanding of RESTful APIs

2. Registering a Client Application and getting a Developer Account 📝

To access the AXS APIs, you must first obtain a developer account and register your application.

To get the process started, please send an email to support-axs@straumann.com with the following details:

  • Your full name
  • Company name
  • The email address associated to your developer account
  • Application name (integration name)
  • Description of intended usage including intended roles or API calls the application will perform

Once your request has been reviewed and approved, you will receive an invitation to access the platform and manage your integration credentials.

info
  • All applications must be reviewed an explicitly approved (whitelisted) by the AXS team before API access is granted.

  • Unregistered or non-approved clients will not be able to interact with AXS services.

3. Making Your First API Call 🛠️

After your account and application have been successfully configured, you can begin interacting with the AXS APIs.
All APIs requests must include the Organization-ID header, which specifies the unique identifier of the target organization.

Example request:

GET /orders HTTP/1.1
Host: api.axs.straumann.com
Authorization: Bearer <your-access-token>
Organization-ID: <your-organization-id>

4. Next Steps ➡️

  • Review the Authentication Guide to learn how to obtain and manage access tokens
  • Explore available APIs in the APIs section
  • For assistance, contact support-axs@straumann.com