ContributionsMost RecentMost LikesSolutionsHelp needed with importing an API via a URL that requires a certificate for authentication. I am trying to connect to a vendor's API (SOAP). I have a project set up and I'm trying to import their APIs. We use a certificate to connect to the site. When I go to Import API definition, it erros out saying "Received fatal alert: certificate_required" How do I use the certificate file I have in ReadyAPI? Thanks, BFasano Re: How to add a vendor's Rest API to a project (Newbie) Thanks, I'll reach out to the vendor to get teh file name or full URL. Re: How to add a vendor's Rest API to a project (Newbie) No, I put the URL of the API and it fails. Ok, so I looked into it some more and based on what you asked, it sounds like there should be a somefile.json at the end of the URL, is that right? Is there a standard name for that file? How to add a vendor's Rest API to a project (Newbie) Ok, I've worked with SOAP API's and now I'm trying to work with a REST API. I've created a new project, I click to Import API Definition. I enter the URL of the API, I leave Protocol to Determine Automatically and click Import API. The screen flickers and then I get a message box "Failed to import a definition". Is there somthing I need to add to the URL to get the definition? (e.g. ?WSDL) Solved