Authorization: Bearer ********************
{
"data": {
"attributes": {
"sshkey_id": 82,
"expiration": 3600
}
}
}
curl --location --request POST 'https://api.servebolt.io/v1/environments//ssh-access' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"attributes": {
"sshkey_id": 82,
"expiration": 3600
}
}
}'
{
"data": {
"id": 0,
"type": "string",
"attributes": {
"sshkey_id": 0,
"vhost_id": 0,
"status": null,
"expires_at": "string",
"enabled": 0,
"sshkeyEnabled": true,
"fingerprint": "string",
"reason": "string",
"customer": "string"
}
}
}