Running Otto test: basic_otto_lead

Test: basic_otto_lead
Status: SUCCESS
HTTP Code: 200
Endpoint: https://leads.ottoinsurance.com/click/auto/mc
Otto Response:
{
    "Id": "90ba0a29-f99d-4d41-af0f-41b15736a078",
    "Status": "Rejected",
    "Message": "Seller endpoint disabled. Please contact support to re-enable.",
    "Bid": 0,
    "Ads": []
}
Otto Status: Rejected
Otto Message: Seller endpoint disabled. Please contact support to re-enable.
Otto Ads Count: 0
Otto API Integration Test

๐Ÿงช Otto API Integration Test

Test HTTP POST requests to Otto API with various auto insurance lead scenarios

Current Time: 2026-04-12 17:53:29 | Client IP: 216.73.216.107 | Environment: STAGE

๐Ÿ“‹ Available Tests

Click on any test below to run it individually, or run all tests at once:

Environment Selection:

๐Ÿงช Stage Environment (Test Mode) ๐Ÿš€ Production Environment

๐Ÿ“Š Test Results Summary

Tests Run: 1

Successful: 1

Failed: 0

Success Rate: 100%

โš ๏ธ Important Notes

๐Ÿ“š Otto API Documentation

Otto API Endpoint:

https://leads.ottoinsurance.com/click/auto/mc

Required Parameters:

Expected Response Format:

{ "Id": "session-uuid", "Status": "Success|Rejected|failure", "Bid": 0.01, "Ads": [ { "Bid": 0.01, "Title": "Otto Auto", "Description": "Get car insurance rates as low as $74/mo in CA.", "ClickURL": "https://leads.ottoinsurance.com/click/redirect?user_id=...", "Logo": "https://dq3l141r32qbq.cloudfront.net/OttoAuto_21BlueLogo.jpg", "Brand": "Otto Auto", "ImpressionPixel": "<img src=\"https://leads.ottoinsurance.com/impression?user_id=...\" alt=\"\">" } ], "Message": "Error message if failed" }