Welcome to Zuora Product Documentation

Explore our rich library of product information

Create HTTP connections in meters

Create and configure HTTP connections in Meters, including base URL, authentication, and connection testing.

  1. Navigate to Mediation > Meters.
  2. Click the Manage Connections button at the top of the page.
    The Manage Connections window is displayed and lists all existing connections with the connection details.
  3. Click Create New to create a new connection.
  4. From the list of connection types, select HTTP and click Continue.
  5. Enter a descriptive and unique Connection Name for the connection.
  6. Specify the Server URL. This is the root URL of the target HTTP service.
    When you configure the HTTP processor, you specify the URL path and query parameters. At runtime, the HTTP processor combines the server URL from the connection with the path and parameters from the processor configuration.
    https://api.partner.com
  7. From the Authentication Type drop-down list, select the authentication scheme to be used when the HTTP processor calls this endpoint.
    Depending on the selected authentication type, additional fields appear, such as user name and password, or header key and value pairs.
    1. When the endpoint does not require auth headers, select No Auth.
    2. To use basic authentication, select Basic and specify the User Name and Password.
    3. To use bearer token-based authentication, select Bearer Token and paste the Token.
  8. (Optional) In the Secrets section, click Add Secret to define one or more key–value pairs that you can use as secrets for this HTTP connection.
  9. Click Create Connection.

The connection will appear in the list of connections that can be used when configuring a HTTP Processor.