Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://sandbox.netvux.com/TesteCF/api/Autenticacion' \
--header 'Authorization: Bearer <token>' \
--form 'user="demo"'
Responses
application/xml {
"token": "9fd03ea6369afb6b20fb4bd1bcd83aa51cbba426o1758788784",
"issued": "2024-09-24 09:56:24",
"expired": "24-01-24 10:01:24"
}
Modified at 2024-09-24 10:07:19