Skip to main content

Authorization

Follow this guide to create a new Outbrain Amplify credential that will allow Nexla to authenticate to and exchange data with your Outbrain Amplify account.
outbrain_amplify_api_auth.png

Outbrain Amplify

Prerequisites

Before creating an Outbrain Amplify credential, you need to identify your API server URL and obtain your Outbrain username and password. Outbrain Amplify uses token-based authentication, where your username and password are used to obtain an API token that is then used for all subsequent API requests.

To obtain your Outbrain Amplify credentials, follow these steps:

  1. Sign in to your Outbrain Amplify account using your Outbrain account credentials.

  2. Navigate to your Outbrain Amplify dashboard or account settings in the Outbrain interface.

  3. Identify your API server URL. The default API server URL for Outbrain Amplify is https://api.outbrain.com/amplify/v0.1. This URL is used for all API requests to the Outbrain Amplify API.

  4. Your Outbrain username is the username you use to sign in to your Outbrain Amplify account. This username is used to authenticate with the Outbrain Amplify API and obtain an API token.

  5. Your Outbrain password is the password associated with your Outbrain Amplify account. This password is used along with your username to authenticate with the Outbrain Amplify API and obtain an API token.

  6. Store all credentials securely, as you will need them to configure your Nexla credential. The username and password are sensitive information and should be kept confidential.

The username and password are used to authenticate with the Outbrain Amplify API login endpoint (/login) to obtain an API token. The API token is then sent in the Authorization header with the Bearer prefix for all subsequent API requests. The API token is automatically obtained and refreshed by Nexla as needed. If your credentials are compromised, you should immediately change your password in your Outbrain account settings. For detailed information about Outbrain Amplify authentication, API access, and available endpoints, refer to the Outbrain Amplify API documentation.

Create an Outbrain Amplify Credential

  • To create a new Outbrain Amplify credential, after selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.

New Credential Overlay – Outbrain Amplify

OutbrainAmpCred.png

Credential Name & Description

  1. Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.

    Resource descriptions are recommended but are not required. They should be used provide information about the resource purpose, data freshness, etc. that can help the owner and other users efficiently understand and utilize the resource.

Token Authentication

Outbrain Amplify uses token-based authentication for all API requests. Your username and password are used to authenticate with the Outbrain Amplify API login endpoint to obtain an API token, which is then used for all subsequent API requests.

  1. Enter your Outbrain Amplify API server URL in the API Server URL field. The default API server URL is https://api.outbrain.com/amplify/v0.1. This URL is used for all API requests to the Outbrain Amplify API, including the login endpoint for token authentication.

  2. Enter your Outbrain username in the Outbrain Username field. This is the username you use to sign in to your Outbrain Amplify account. The username is used along with your password to authenticate with the Outbrain Amplify API login endpoint and obtain an API token.

  3. Enter your Outbrain password in the Outbrain Password field. This is the password associated with your Outbrain Amplify account. The password is used along with your username to authenticate with the Outbrain Amplify API login endpoint and obtain an API token. The password is sensitive information and must be kept confidential.

    Your Outbrain Amplify credentials can be found in your Outbrain Amplify account. The username and password are used to authenticate with the Outbrain Amplify API login endpoint (/login) to obtain an API token. The API token is then automatically sent in the Authorization: Bearer {token} header for all subsequent API requests to the Outbrain Amplify API.

    The API token is automatically obtained and refreshed by Nexla as needed. If your credentials are compromised, you should immediately change your password in your Outbrain account settings. The username and password provide access to your Outbrain Amplify account data and should be treated as sensitive information. Keep your credentials secure and do not share them publicly.

    For detailed information about Outbrain Amplify authentication, API access, and available endpoints, see the Outbrain Amplify API documentation.

Save the Credential

  1. Once all of the relevant steps in the above sections have been completed, click the Save button at the bottom of the overlay to save the configured credential.

  2. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation and can be selected for use with a new data source or destination.