Breadcrumbs

Amplience Content Hub Connector

1. General Information

Amplience Content Hub is the digital asset management (DAM) foundation of the Amplience platform, where all assets — including images and video — are stored. It underpins Dynamic Media and serves as the asset library for Dynamic Content, backed by a global CDN. Content Hub assets are managed programmatically through the Amplience Asset Management API.

The OneTeg Amplience Content Hub Connector integrates with the Amplience API, enabling users to manage digital assets and metadata directly from OneTeg automation workflows. This connector authenticates using a Bearer token — an Amplience access token.


Amplience uses OAuth 2.0: an API key and secret are exchanged for an access token at https://auth.amplience.net, and the token is sent as a Bearer token in the Authorization header. The API key and secret are provided by Amplience at the start of a project or on request from Amplience support.

Amplience OAuth access tokens are short-lived — they generally expire after about 300 seconds (5 minutes) — which makes them impractical to paste into a static token field. For a durable credential, use an Amplience Personal Access Token (PAT) instead, which is designed for authorizing ongoing API access.

2. Connect Amplience Content Hub to OneTeg

The connector authenticates with an Amplience access token. Follow the steps below to obtain the token you will enter into OneTeg.

Step 1 - Obtain Your Amplience Credentials

Your API key and secret are provided by Amplience at the beginning of your project, or you can request them from Amplience support. Alternatively, create a Personal Access Token (PAT) in Amplience for a longer-lived credential.

Step 2 - Get a Bearer Token

For an OAuth token, send a POST request to https://auth.amplience.net with your API key (client id) and secret; the returned access token is used as the Bearer token. Alternatively, use your Personal Access Token (PAT) directly. Copy the token you intend to use — you will paste it into OneTeg in the next step.

3. Connection Settings and Configuration for OneTeg

In OneTeg, navigate to Connections and create a new connection using the Amplience Content Hub Connector. Enter the settings below.

image-20260723-104814.png

Settings Parameters

Value / Sample Value

Description

Required (Y/N)

Connection Name

Amplience Content Hub Connection

Choose a name for your Connection

Y

Connector

ampliencecontenthubConnector-v1.0

Auto-populated once the Amplience Content Hub Connector is selected

Y

Endpoint URL

https://api.amplience.net

The base URL of the Amplience API; the Content Hub / Asset Management API is served on this host

Y

Authentication

Bearer

Select Bearer as the authentication method

Y

token

Your Amplience access token

An Amplience OAuth 2.0 access token (obtained from https://auth.amplience.net) or a Personal Access Token (PAT), sent as a Bearer token in the Authorization header

Y

4. Supported Amplience Content Hub Actions and Options

For the full list of supported endpoints, parameters, and options, see the page below:

Amplience Content Hub Connector v1.0