Check Provider Password
Matches the password with the password given during deployment
Authorized Roles : ANY
Request
URI
POST
https://{api_host}/provider/provider-user/validate-password
COPY
Request Body
Validates provider user password
ValidateProviderUserPasswordDTO
of type(s)
application/json
Required
{
"password": "string"
}
string
password
Required
password
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Provider User Creation Operations
POST
Check Provider Password
GET
Check Provider User Status
POST
Create Provider User