Review Score Certificate API
  • 27 Nov 2020
  • 1 Minute to read
  • PDF

Review Score Certificate API

  • PDF

Article summary

You will need some technical knowledge in order to implement and make use of the API.

The API currently supports GET request only which will allow you to download the Review certificate, guidelines on for API call can be found below:

To download a review score certificate perform a GET request to https://api.daynurseries.co.uk/index.cfm/review/certificate?api_key=<api_key>. If your request is successful, will return a status code of 200, with PDF certificate file available as a download

Common non successful response codes:

400 ("Validation Failed") The body of the response will contain a JSON string detailing any specific errors.

401 ("Unauthorised") Your API keys are incorrect or you do not have permission to access the specified resource.

404 ("Not Found") The resource you specified was not found. Check the spelling of the API url is correct.

405 ("Method Not Allowed") The action is not allowed. Most common error would be a POST on an existing reply, if an update is required please before a PUT.


Was this article helpful?