- 16 Aug 2022
- 1 Minute to read
- Print
- PDF
'Review Us' QR Code Poster API
- Updated on 16 Aug 2022
- 1 Minute to read
- Print
- PDF
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 QR Code Poster, guidelines on for API call can be found below:
To download a review QR Code Poster certificate perform a GET
request to https://api.carehome.co.uk/index.cfm/review/qrcode?api_key=<api_key>. If your request is successful, will return a status code of 200, with PDF certificate file will be 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.