- Getting Started with Tenant API
- Auth
- Reviews
- Account
- Update login credentials
- Affliates
- Banks
- Change password by signedPATCH
- UnsubsribePOST
- Update AccountPOST
- Get order invoiceGET
- Last viewed course/learning pathGET
- List User's AppointmentsGET
- User StatsGET
- List User's Rejected AssignmentsGET
- List User's AssignmentsGET
- List User's QuizzesGET
- List User's Upcomming AppointmentsGET
- List User's ProductsGET
- List User's CoursesGET
- List User's Learning PathsGET
- Last User's OrdersGET
- Certificates
- Currencies
- Newsletter
- Cart
- Courses
- Payments
- Pages
- Articles
- Instructors
- Taxonomies
- Products
- Appointments
- Get SitemapGET
- Get TranslationsGET
- SearchGET
- Well KnowGET
- Ping PongGET
- Get Tenant DetailsGET
Change password
Production
Production
POST
https://api.msaaq.com/v1/tenant/account/login-credentials/password
Last modified:2024-10-17 13:18:07
Request
Header Params
X-Tenant
string
required
Example:
msaaq.com
Accept
string
required
Example:
application/json
Body Params multipart/form-data
_method
string
required
Example:
patch
password
string
required
Example:
123456789
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.msaaq.com/v1/tenant/account/login-credentials/password' \
--header 'X-Tenant: msaaq.com' \
--header 'Accept: application/json' \
--form '_method="patch"' \
--form 'password="123456789"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-10-17 13:18:07