Reltio Connect

 View Only
  • 1.  404 response on external match API

    Posted 05-17-2023 08:46

    I'm trying to make an external match API call, but I am consistently getting a 404 response

    Can someone provide a sample curl command, or an equivalent to that?

    Is this a correct URL?
    https://{{env}}.reltio.com/api/{{tenant}}/externalMatch
    I.e. https://dev.reltio.com/api/{{tenant}}/externalMatch



    ------------------------------
    Joseph Hoppe
    ------------------------------


  • 2.  RE: 404 response on external match API

    Reltio Partner
    Posted 05-17-2023 09:31

    Hi Joseph,

    You are missing out '/reltio/' ie.,:

    https://{{env}}.reltio.com/reltio/api/{{tenant}}/externalMatch

    Also, make sure you have provided all the input storage details like S3/GCS/Azure Blob so that API does not render Bad request.



    ------------------------------
    Sheshadri V
    Fresh Gravity
    ------------------------------



  • 3.  RE: 404 response on external match API

    Posted 05-18-2023 08:31

    The api documentation has a few different links, and when using a new API, it's hard to figure out what the correct URL is. Is there a page that provides sample values for all of these?  

    ​{ExportServiceURL}

    {ApplicationURL}

    Thank you Sheshadri! That worked



    ------------------------------
    Joseph Hoppe
    ------------------------------