Oracle Eloqua REST API (Oracle-published contract)

Oracle's own published machine-readable contract for the Eloqua Marketing Cloud Service REST APIs, harvested verbatim from the Swagger document its REST reference links from index.html. A single Swagger 2.0 document covering all three families - Application API 1.0/2.0, Bulk API 2.0 and Reporting API 1.0 - with 459 paths, 649 operations, 365 definitions and 136 tags. info.version 2026.08.07.

OpenAPI Specification

eloqua-published-swagger.json Raw ↑
{
    "swagger":"2.0",
    "schemes":[
        "https"
    ],
    "info":{
        "title":"REST API for Oracle Eloqua Marketing Cloud Service",
        "description":"The Oracle Eloqua Marketing Cloud Service REST APIs enable you to extend the functionality of the product, build Apps, and perform high volume data transfers.",
        "version":"2026.08.07",
        "x-summary":"The Oracle Eloqua Marketing Cloud Service REST APIs enable you to extend the functionality of the product, build Apps, and perform high volume data transfers."
    },
    "consumes":[
        "application/json"
    ],
    "produces":[
        "application/json"
    ],
    "paths":{
        "/api/rest/2.0/assets/contact/list/folder":{
            "post":{
                "operationId":"CreateIndividualPOSTRest20",
                "parameters":[
                    {
                        "name":"message",
                        "in":"body",
                        "description":"The request body defines the details of the folder to be created.",
                        "required":true,
                        "schema":{
                            "$ref":"#/definitions/FolderRest20"
                        }
                    }
                ],
                "summary":"Create a folder",
                "description":"Creates a folder that matches the criteria specified by the request body.",
                "responses":{
                    "201":{
                        "description":"Success.",
                        "schema":{
                            "$ref":"#/definitions/FolderRest20"
                        }
                    },
                    "400":{
                        "description":"Bad request. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "401":{
                        "description":"Unauthorized. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "403":{
                        "description":"Forbidden. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "404":{
                        "description":"The requested resource was not found. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "500":{
                        "description":"The service has encountered an error. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    }
                },
                "tags":[
                    "Application/2.0/Contact list folders"
                ],
                "x-internal-id":"api-rest-2.0-assets-contact-list-folder-post",
                "x-filename-id":"api-rest-2.0-assets-contact-list-folder-post"
            }
        },
        "/api/rest/2.0/assets/contact/list/folder/{id}":{
            "get":{
                "operationId":"ReadIndividualGETRest20",
                "parameters":[
                    {
                        "name":"id",
                        "in":"path",
                        "description":"Id of the folder.",
                        "required":true,
                        "type":"string"
                    },
                    {
                        "name":"depth",
                        "in":"query",
                        "description":"Level of detail returned by the request. Eloqua APIs can retrieve entities at three different levels of depth: <code>minimal</code>, <code>partial</code>, and <code>complete</code>. Any other values passed are reset to <code>minimal</code> by default.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"extensions",
                        "in":"query",
                        "description":"IListFolderService_Parameter_ReadIndividual_extensions_Description",
                        "required":false,
                        "type":"string"
                    }
                ],
                "summary":"Retrieve a folder",
                "description":"Retrieves the folder specified by the <code>id</code> parameter.",
                "responses":{
                    "200":{
                        "description":"OK",
                        "schema":{
                            "$ref":"#/definitions/FolderRest20"
                        }
                    },
                    "400":{
                        "description":"Bad request. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "401":{
                        "description":"Unauthorized. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "403":{
                        "description":"Forbidden. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "404":{
                        "description":"The requested resource was not found. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "500":{
                        "description":"The service has encountered an error. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    }
                },
                "tags":[
                    "Application/2.0/Contact list folders"
                ],
                "x-internal-id":"api-rest-2.0-assets-contact-list-folder-{id}-get",
                "x-filename-id":"api-rest-2.0-assets-contact-list-folder-id-get"
            },
            "put":{
                "operationId":"UpdateIndividualPUTRest20",
                "parameters":[
                    {
                        "name":"message",
                        "in":"body",
                        "description":"The request body defines the details of the folder to be updated.",
                        "required":true,
                        "schema":{
                            "$ref":"#/definitions/FolderRest20"
                        }
                    },
                    {
                        "name":"id",
                        "in":"path",
                        "description":"Id of the folder.",
                        "required":true,
                        "type":"string"
                    }
                ],
                "summary":"Update a folder",
                "description":"The request body defines the details of the folder to be updated.",
                "responses":{
                    "200":{
                        "description":"OK",
                        "schema":{
                            "$ref":"#/definitions/FolderRest20"
                        }
                    },
                    "400":{
                        "description":"Bad request. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "401":{
                        "description":"Unauthorized. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "403":{
                        "description":"Forbidden. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "404":{
                        "description":"The requested resource was not found. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "500":{
                        "description":"The service has encountered an error. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    }
                },
                "tags":[
                    "Application/2.0/Contact list folders"
                ],
                "x-internal-id":"api-rest-2.0-assets-contact-list-folder-{id}-put",
                "x-filename-id":"api-rest-2.0-assets-contact-list-folder-id-put"
            },
            "delete":{
                "operationId":"DeleteIndividualDELETERest20",
                "parameters":[
                    {
                        "name":"id",
                        "in":"path",
                        "description":"Id of the folder.",
                        "required":true,
                        "type":"string"
                    }
                ],
                "summary":"Delete a folder",
                "description":"Deletes the folder specified by the <code>id</code> parameter.",
                "responses":{
                    "200":{
                        "description":"OK"
                    },
                    "400":{
                        "description":"Bad request. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "401":{
                        "description":"Unauthorized. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "403":{
                        "description":"Forbidden. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "404":{
                        "description":"The requested resource was not found. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "500":{
                        "description":"The service has encountered an error. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    }
                },
                "tags":[
                    "Application/2.0/Contact list folders"
                ],
                "x-internal-id":"api-rest-2.0-assets-contact-list-folder-{id}-delete",
                "x-filename-id":"api-rest-2.0-assets-contact-list-folder-id-delete"
            }
        },
        "/api/rest/2.0/assets/contact/list/folders":{
            "get":{
                "operationId":"SearchGETRest20",
                "parameters":[
                    {
                        "name":"depth",
                        "in":"query",
                        "description":"Level of detail returned by the request. Eloqua APIs can retrieve entities at three different levels of depth: <code>minimal</code>, <code>partial</code>, and <code>complete</code>. Any other values passed are reset to <code>minimal</code> by default.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"count",
                        "in":"query",
                        "description":"Maximum number of entities to return. Must be less than or equal to 1000 and greater than or equal to 1.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"page",
                        "in":"query",
                        "description":"Specifies which page of entities to return (the count parameter defines the number of entities per page). If the page parameter is not supplied, 1 will be used by default.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"search",
                        "in":"query",
                        "description":"Specifies the search criteria used to retrieve entities. See the <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=SearchParam'>tutorial</a> for information about using this parameter.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"orderBy",
                        "in":"query",
                        "description":"Specifies the field by which list results are ordered.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"lastUpdatedAt",
                        "in":"query",
                        "description":"The date and time the email was last updated.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"extensions",
                        "in":"query",
                        "description":"IListFolderService_Parameter_Search_extensions_Description",
                        "required":false,
                        "type":"string"
                    }
                ],
                "summary":"Retrieve a list of folders",
                "description":"Retrieves all folders that match the criteria specified by the request parameters.",
                "responses":{
                    "200":{
                        "description":"OK",
                        "schema":{
                            "$ref":"#/definitions/QueryResultFolderRest20"
                        }
                    },
                    "400":{
                        "description":"Bad request. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "401":{
                        "description":"Unauthorized. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "403":{
                        "description":"Forbidden. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "404":{
                        "description":"The requested resource was not found. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "500":{
                        "description":"The service has encountered an error. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    }
                },
                "tags":[
                    "Application/2.0/Contact list folders"
                ],
                "x-internal-id":"api-rest-2.0-assets-contact-list-folders-get",
                "x-filename-id":"api-rest-2.0-assets-contact-list-folders-get"
            }
        },
        "/api/rest/2.0/assets/contact/list/folder/{id}/contents":{
            "get":{
                "operationId":"SearchContentsGETRest20",
                "parameters":[
                    {
                        "name":"id",
                        "in":"path",
                        "description":"Id of the folder.",
                        "required":true,
                        "type":"string"
                    },
                    {
                        "name":"count",
                        "in":"query",
                        "description":"Maximum number of entities to return. Must be less than or equal to 1000 and greater than or equal to 1.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"page",
                        "in":"query",
                        "description":"Specifies which page of entities to return (the count parameter defines the number of entities per page). If the page parameter is not supplied, 1 will be used by default.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"search",
                        "in":"query",
                        "description":"Specifies the search criteria used to retrieve entities. See the <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=SearchParam'>tutorial</a> for information about using this parameter.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"orderBy",
                        "in":"query",
                        "description":"Specifies the field by which list results are ordered.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"lastUpdatedAt",
                        "in":"query",
                        "description":"The date and time the email was last updated.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"extensions",
                        "in":"query",
                        "description":"IListFolderService_Parameter_SearchContents_extensions_Description",
                        "required":false,
                        "type":"string"
                    }
                ],
                "summary":"Retrieve a list of folder contents",
                "description":"Retrieves all folder contents that match the criteria specified by the request parameters.",
                "responses":{
                    "200":{
                        "description":"OK",
                        "schema":{
                            "$ref":"#/definitions/QueryResultContractObjectRest20"
                        }
                    },
                    "400":{
                        "description":"Bad request. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "401":{
                        "description":"Unauthorized. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "403":{
                        "description":"Forbidden. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "404":{
                        "description":"The requested resource was not found. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "500":{
                        "description":"The service has encountered an error. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    }
                },
                "tags":[
                    "Application/2.0/Contact list folders"
                ],
                "x-internal-id":"api-rest-2.0-assets-contact-list-folder-{id}-contents-get",
                "x-filename-id":"api-rest-2.0-assets-contact-list-folder-id-contents-get"
            },
            "patch":{
                "operationId":"BatchMovePATCHRest20",
                "parameters":[
                    {
                        "name":"contents",
                        "in":"body",
                        "description":"The contents to place in the folder.",
                        "required":true,
                        "items":{
                            "$ref":"#/definitions/MinimalRest20"
                        },
                        "schema":{
                            "type":"array"
                        }
                    },
                    {
                        "name":"id",
                        "in":"path",
                        "description":"Id of the folder.",
                        "required":true,
                        "type":"string"
                    }
                ],
                "summary":"Add content to a folder",
                "description":"Places all content into the folder specified by the <code>id</code> parameter.",
                "responses":{
                    "200":{
                        "description":"OK",
                        "schema":{
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MinimalRest20"
                            }
                        }
                    },
                    "400":{
                        "description":"Bad request. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "401":{
                        "description":"Unauthorized. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "403":{
                        "description":"Forbidden. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "404":{
                        "description":"The requested resource was not found. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "500":{
                        "description":"The service has encountered an error. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    }
                },
                "tags":[
                    "Application/2.0/Contact list folders"
                ],
                "x-internal-id":"api-rest-2.0-assets-contact-list-folder-{id}-contents-patch",
                "x-filename-id":"api-rest-2.0-assets-contact-list-folder-id-contents-patch"
            }
        },
        "/api/rest/2.0/assets/contact/list/folder/root/contents":{
            "get":{
                "operationId":"SearchRootContentsGETRest20",
                "parameters":[
                    {
                        "name":"count",
                        "in":"query",
                        "description":"Maximum number of entities to return. Must be less than or equal to 1000 and greater than or equal to 1.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"page",
                        "in":"query",
                        "description":"Specifies which page of entities to return (the count parameter defines the number of entities per page). If the page parameter is not supplied, 1 will be used by default.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"search",
                        "in":"query",
                        "description":"Specifies the search criteria used to retrieve entities. See the <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=SearchParam'>tutorial</a> for information about using this parameter.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"orderBy",
                        "in":"query",
                        "description":"Specifies the field by which list results are ordered.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"lastUpdatedAt",
                        "in":"query",
                        "description":"The date and time the email was last updated.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"extensions",
                        "in":"query",
                        "description":"IListFolderService_Parameter_SearchRootContents_extensions_Description",
                        "required":false,
                        "type":"string"
                    }
                ],
                "summary":"Retrieve a list of folder contents in the root folder",
                "description":"Retrieves all folder contents in the root folder that match the criteria specified by the request parameters.",
                "responses":{
                    "200":{
                        "description":"OK",
                        "schema":{
                            "$ref":"#/definitions/QueryResultContractObjectRest20"
                        }
                    },
                    "400":{
                        "description":"Bad request. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "401":{
                        "description":"Unauthorized. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "403":{
                        "description":"Forbidden. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "404":{
                        "description":"The requested resource was not found. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "500":{
                        "description":"The service has encountered an error. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    }
                },
                "tags":[
                    "Application/2.0/Contact list folders"
                ],
                "x-internal-id":"api-rest-2.0-assets-contact-list-folder-root-contents-get",
                "x-filename-id":"api-rest-2.0-assets-contact-list-folder-root-contents-get"
            }
        },
        "/api/rest/2.0/assets/contact/list/folder/root":{
            "get":{
                "operationId":"ReadRootFolderGETRest20",
                "parameters":[
                    {
                        "name":"depth",
                        "in":"query",
                        "description":"Level of detail returned by the request. Eloqua APIs can retrieve entities at three different levels of depth: <code>minimal</code>, <code>partial</code>, and <code>complete</code>. Any other values passed are reset to <code>minimal</code> by default.",
                        "required":false,
                        "type":"string"
                    },
                    {
                        "name":"extensions",
                        "in":"query",
                        "description":"IListFolderService_Parameter_ReadRootFolder_extensions_Description",
                        "required":false,
                        "type":"string"
                    }
                ],
                "summary":"Retrieve the root folder",
                "description":"Retrieves the root folder.",
                "responses":{
                    "200":{
                        "description":"OK",
                        "schema":{
                            "$ref":"#/definitions/FolderRest20"
                        }
                    },
                    "400":{
                        "description":"Bad request. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "401":{
                        "description":"Unauthorized. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "403":{
                        "description":"Forbidden. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "404":{
                        "description":"The requested resource was not found. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    },
                    "500":{
                        "description":"The service has encountered an error. See <a href='https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#CSHID=HTTPStatusCodes'>Status Codes</a> for information about other possible HTTP status codes."
                    }
                },
                "tags":[
                    

# --- truncated at 32 KB (4247 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/eloqua/refs/heads/main/openapi/eloqua-published-swagger.json