curl --request GET \
--url https://api.vecurity.net/v1/user/profile \
--header 'Authorization: <authorization>'
{
"status": 200,
"message": "Data successfully retrieved.",
"data": {
"DETAILSCOMINGSOON": {}
},
"metadata": {
"version": "1.0.0",
"author": "Vecurity",
"data_count": 1
}
}
curl --request GET \
--url https://api.vecurity.net/v1/user/profile \
--header 'Authorization: <authorization>'
{
"status": 200,
"message": "Data successfully retrieved.",
"data": {
"DETAILSCOMINGSOON": {}
},
"metadata": {
"version": "1.0.0",
"author": "Vecurity",
"data_count": 1
}
}
Bearer token for authentication.
Successfully retrieved the user token.
The response is of type object
.