{
    "authentication":"OAuth",
    "api": {
        "apiUrl": "https:\/\/public-gateway-api.proda.madisonlogic.com\/api\/v1\/leads\/enrichment",
        "method": "post",
        "verify_ssl_peer": "1",
        "send_as_json": "1"
    },
    "headers": {
        "Authorization": "Bearer ##token##"
    },
    "OAuth": {
        "url": "https:\/\/public-gateway-api.proda.madisonlogic.com\/api\/v1\/okta\/token?clientId=<Madison Logic Client ID>, technicalPartnerName=convertr",
        "access_token_key": "accessToken",
        "method": "post"
    },
    "publicKeyInfrastructure": [],
    "requestMapping": {
        "campaignId": "<Madison Logic Campaign ID>|int",
        "email": "email"
    },
    "responseMapping": {
        "ML Topic 1": "topics.0.topic_name",
        "ML Category Mame 1": "topics.0.category_name",
        "ML Score 1": "topics.0.mli_score",
        "ML Topic 2": "topics.1.topic_name",
        "ML Category Name 2": "topics.1.category_name",
        "ML Score 2": "topics.1.mli_score",
        "ML Topic 3": "topics.2.topic_name",
        "ML Category Name 3": "topics.2.category_name",
        "ML Score 3": "topics.2.mli_score"
    }
}