Outbrain Engage
Outbrain Engage provides publishers with comprehensive content monetization and audience engagement tools, offering detailed analytics, revenue optimization, and content recommendation solutions to maximize publisher value and user engagement.

Power end-to-end data operations for your Outbrain Engage API with Nexla. Our bi-directional Outbrain Engage connector is purpose-built for Outbrain Engage, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to Outbrain Engage or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your Outbrain Engage workflows fast, secure, and fully governed.
Features
Type: API
- Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
- Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
- API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
- Request optimization with intelligent batching, retry, and caching to minimize API calls and costs
Prerequisites
Before creating an Outbrain Engage credential, you need to identify your API server URL and obtain your Outbrain username and password. Outbrain Engage 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 Engage credentials, follow these steps:
-
Sign in to your Outbrain Engage account using your Outbrain account credentials.
-
Navigate to your Outbrain Engage dashboard or account settings in the Outbrain interface.
-
Identify your API server URL. The default API server URL for Outbrain Engage is
https://api.outbrain.com/engage/v2. This URL is used for all API requests to the Outbrain Engage API. -
Your Outbrain username is the username you use to sign in to your Outbrain Engage account. This username is used to authenticate with the Outbrain Engage API and obtain an API token.
-
Your Outbrain password is the password associated with your Outbrain Engage account. This password is used along with your username to authenticate with the Outbrain Engage API and obtain an API token.
-
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 Engage 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 Engage authentication, API access, and available endpoints, refer to the Outbrain Engage API documentation.
Authenticate
Credentials required
| Field | Required | Secret | Description |
|---|---|---|---|
| API Server URL | Yes | No | Enter the API server URL for Outbrain Engage API. |
| Outbrain Username | Yes | No | Enter your Outbrain username. This is used to fetch an API token. |
| Outbrain Password | Yes | Yes | Enter your Outbrain password. This is used to fetch an API token. |
Create a credential in Nexla
- After selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.
New Credential Overlay – Outbrain Engage

-
Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
-
Enter your Outbrain Engage API server URL in the API Server URL field. The default API server URL is
https://api.outbrain.com/engage/v2. This URL is used for all API requests to the Outbrain Engage API, including the login endpoint for token authentication. -
Enter your Outbrain username in the Outbrain Username field. This is the username you use to sign in to your Outbrain Engage account. The username is used along with your password to authenticate with the Outbrain Engage API login endpoint and obtain an API token.
-
Enter your Outbrain password in the Outbrain Password field. This is the password associated with your Outbrain Engage account. The password is used along with your username to authenticate with the Outbrain Engage API login endpoint and obtain an API token. The password is sensitive information and must be kept confidential.
Your Outbrain Engage credentials can be found in your Outbrain Engage account. The username and password are used to authenticate with the Outbrain Engage API login endpoint (
/login) to obtain an API token. The API token is then automatically sent in theAuthorization: Bearer {token}header for all subsequent API requests to the Outbrain Engage 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 Engage account data and should be treated as sensitive information. Keep your credentials secure and do not share them publicly.
For detailed information about Outbrain Engage authentication, API access, and available endpoints, see the Outbrain Engage API documentation.
-
Click the Save button at the bottom of the overlay. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation.
Use as a data source
To create a new data flow, navigate to the Integrate section, and click the New Data Flow button. Select the Outbrain Engage connector tile, then select the credential that will be used to connect to your Outbrain Engage account, and click Next; or, create a new Outbrain Engage credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure data sources to ingest data from common Outbrain Engage endpoints. Select the endpoint from which this source will fetch data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below.
Once the selected endpoint template has been configured, click the Test button to the right of the endpoint selection menu to retrieve a sample of the data that will be fetched. Sample data will be displayed in the Endpoint Test Result panel on the right, allowing you to verify that the source is configured correctly before saving.
Manual configuration
Outbrain Engage data sources can also be manually configured to ingest data from any valid Outbrain Engage API endpoint, including endpoints not covered by the pre-built templates, chained API calls, or custom query parameters. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, endpoint URL, date/time and lookup macros, path to data, metadata, and request headers.
The Outbrain Engage API typically uses the GET method for retrieving data from endpoints, and uses offset-based pagination with limit and offset for most endpoints. For the Response Data Path, use $.publishers[*] to extract all publishers from the publishers array, or $.items[*] to extract all items from the items array, depending on your endpoint.
Once all of the relevant settings have been configured, click the Next button to proceed with the rest of the data flow configuration, or click Save to save the data source configuration for later use.