SSL Certificate Request Notes

When an SSL certificate is successfully ordered, a validation is started. During the validation, it is possible that staff may post notes with extra information, in case this benefits or informs about the validation process. Such notes may be information like “tried to call customer, did not answer” during a phone validation, or where a subscriber agreement was sent.

/ssl-certificate/{id}/request-notes

GET

Get all notes for the given certificate request.

Request parameters

N/A

JSON response

Possible errors

Sample

curl \
--request GET \
--user "{{api_username}}:{{api_key}}" \
"{{api_base_url}}/ssl-certificate/{id}/request-notes" | python -m json.tool