User
This endpoint retrieves the settings of the authenticated user.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://api.l2s.is/user/setting'
Responses
application/json Example:Operation successful
{
"ok": true,
"response": {
"message": "Operation successful",
"data": {}
}
}
Modified at 2024-06-17 11:04:58