API keys/tokens allow you to log in to the server without the need for a password. You can use an API key/token to authenticate with JetBackup's remote API. Visit API keys/tokens for more details on how to retrieve it on supported platforms.
NOTE: Non-alphanumeric characters except _
need to be replaced with its url-encoded counterpart %XX
. Example: the parameter "key=123+abc" will need to be written as "key=123%2Babc".
For more information about jetapi basic usage click on JetBackup API Parameters
{
"success":1,
"message":"",
"data":{},
"system":
{
"version":"5.1",
"tier":"STABLE",
"type":"Linux",
"disabelui":false,
"dr":false,
"agreement_panel":false,
"agreement":false,
"licenseIssue":false
}
}
Parameter name | Type | Description | Possible values | Example |
---|---|---|---|---|
success | Boolean | Whether the API call was successful. | ||
message | String | Success/failure message. | You already have a download for this backup. | |
data | Object | The returned data. | ||
system | Object | System information. |