curl -X GET https://app.drime.cloud/api/v1/vault \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"vault": {
"id": 993,
"user_id": 15843,
"salt": "aqtS3SdP/4pgWlGsDewDMw==",
"check": "YYx1WHsVEwqROOwEzgnXU7fkoyCTVASPkVpVkg==",
"iv": "VE/FW/XvPwQ2fTB5",
"created_at": "2025-12-18T16:09:13.000000Z",
"updated_at": "2025-12-18T16:09:13.000000Z"
},
"status": "success",
"seo": null
}
Get vault metadata and encryption info
curl -X GET https://app.drime.cloud/api/v1/vault \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"vault": {
"id": 993,
"user_id": 15843,
"salt": "aqtS3SdP/4pgWlGsDewDMw==",
"check": "YYx1WHsVEwqROOwEzgnXU7fkoyCTVASPkVpVkg==",
"iv": "VE/FW/XvPwQ2fTB5",
"created_at": "2025-12-18T16:09:13.000000Z",
"updated_at": "2025-12-18T16:09:13.000000Z"
},
"status": "success",
"seo": null
}
success)curl -X GET https://app.drime.cloud/api/v1/vault \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"vault": {
"id": 993,
"user_id": 15843,
"salt": "aqtS3SdP/4pgWlGsDewDMw==",
"check": "YYx1WHsVEwqROOwEzgnXU7fkoyCTVASPkVpVkg==",
"iv": "VE/FW/XvPwQ2fTB5",
"created_at": "2025-12-18T16:09:13.000000Z",
"updated_at": "2025-12-18T16:09:13.000000Z"
},
"status": "success",
"seo": null
}
salt and iv are used to derive the encryption key from the user’s password.