Client settings
此页面暂无中文版本,显示的是英文版本。
Get client settings
Use this method to get settings applied to a client profile.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Header Parameters
accept-language?string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/my/settings" \ -H "accept-language: ja"{ "settings": { "applicationColor": "#225577" }}{ "error": { "message": "Unauthorized" }}{ "error": { "message": "Forbidden" }}{ "error": { "message": "Not Found" }}{ "error": { "message": "Too Many Requests" }}{ "error": { "message": "Service Unavailable" }}