User Profile

User Profile

Update user profile

put
Authorizations
Body
namestringOptionalExample: John Doe
emailstring · emailOptionalExample: [email protected]
country_idintegerOptionalExample: 1
numberstringOptionalExample: +1234567890
Responses
200

Successful operation

application/json
put
/api/SmsUsers/UserProfile

Refresh user's secret key

get

Generates a new secret key for the authenticated user

Authorizations
Responses
200

Successful operation

application/json
get
/api/SmsUsers/refrsh_key

Save user notification settings

post

Saves the notification settings for the authenticated user

Authorizations
Body
notification_numberstring · max: 32RequiredExample: 123456
notification_limitinteger · max: 9999999999RequiredExample: 100
notification_statusinteger · enumRequiredExample: 1Possible values:
Responses
200

Successful operation

application/json
post
/api/SmsUsers/notification_save

Last updated