-
Hi Labs !
Request request = new Request.Builder() InvalidArgument Unsupported Authorization TypeAuthorizationBearer *******************************0FGMVXTRK651F7BSslWeKl38cQTU/ffEYCQuh/ucZHkdrxFdf14ikjdXCkZDILLcGyWS+lLW0l3c3Lus1G1y3UH3J9k="
the url is in the response of https://enotices2.preview.ted.europa.eu/esenders/api/v2/notice/notices/submit" Can you help me ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello Renato, Response body for submit notice contains property validationReportUrl indicating a url for getting validation report. The validationReportUrl being returned by submit notice looks like Until this bug is fixed, we recommend rather use url pattern 'https://enotices2.preview.ted.europa.eu/esenders/api/v2/notice/notices/{businessId}/validation-report' We apologize for the inconvenience. Have a nice day |
Beta Was this translation helpful? Give feedback.
Hello Renato,
Response body for submit notice contains property validationReportUrl indicating a url for getting validation report.
Currently there is a bug.
The validationReportUrl being returned by submit notice looks like
'https://enotices2.preview.ted.europa.eu/esenders/notice/notices/3fa85f64-5717-4562-b3fc-2c963f66afa6-01/validation-report'
whereas the correct value should be
'https://enotices2.preview.ted.europa.eu/esenders/api/v2/notice/notices/3fa85f64-5717-4562-b3fc-2c963f66afa6-01/validation-report'
the /api/v2/ is missing in the validationReportUrl
Until this bug is fixed, we recommend rather use url pattern 'https://enotices2.preview.ted.europa.eu/esenders/api/v2/notice/notic…