unlock-id is returned in response.https://api.safeguard24.eu/{version}/bolt/unlock
| Parameter | Description | Required | Default |
|---|---|---|---|
| number | Trailer registration number, no spaces and special chars, only [A-Z0-9] characters accepted. Length: 7 characters. |
yes | none |
| unlock_code | Trailer unlock code, only [0-9] characters accepted. Length 7 digits. |
yes | none |
https://api.safeguard24.eu/v1.0/bolt/unlocknumber: ELE78UT unlock_code: 0044161
{
"error": false,
"msg": "Bolt unlock accepted",
"status": 200,
"_data" : {
"unlock-id": 1397601756895433440,
"unlock-status": "SENT"
}
}
{
"error": true,
"msg": "Wrong unlock code",
"status": 400
}
| API version | v1.0 |
| Method | PUT |
| Authentication | HMAC |
| Response Format | JSON |