Skip to main content
POST
/
v1
/
domains
/
provision-ssl-certs
Enable ssl
curl --request POST \
  --url https://api.iran.liara.ir/v1/domains/provision-ssl-certs \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "<string>"
}
'
{
  "code": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Body

application/json

The domain of your app

domain
string
required

Response

Successful operation

code
string