Request a new DNS challenge for a certificate order. This endpoint needs to be called when all the required TXT DNS records have been created on the target domain.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
integerÂ
required
Header Params
Accept
stringÂ
required
Example:
application/json
Content-Type
stringÂ
required
Example:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'https://api.servebolt.io/v1/certificates//dns-challenge-completed' \
--header'Accept: application/json' \
--header'Content-Type: application/json'