Headers
Bearer token for authentication.
Response
Successfully retrieved the user token.
The response is of type object
.
curl --request POST \
--url https://api.vecurity.net/v1/user/theme \
--header 'Authorization: <authorization>'
{
"status": 200,
"message": "Data successfully retrieved.",
"data": {
"account": {},
"billing": {},
"overview": {},
"payment_methods": {},
"resources": {},
"team": {}
},
"metadata": {
"version": "1.0.0",
"author": "Vecurity",
"data_count": 1
}
}
curl --request POST \
--url https://api.vecurity.net/v1/user/theme \
--header 'Authorization: <authorization>'
{
"status": 200,
"message": "Data successfully retrieved.",
"data": {
"account": {},
"billing": {},
"overview": {},
"payment_methods": {},
"resources": {},
"team": {}
},
"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
.