Skip to main content
POST
/
partner
/
login
/
regen-pass
Reset Password Endpoint
curl --request POST \
  --url https://api.example.com/partner/login/regen-pass \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'Username=<string>' \
  --data 'Password=<string>'
{
  "error": "<string>",
  "error_description": "<string>"
}

Body

application/x-www-form-urlencoded

Form data for partner login.

Username
string
required

The username for partner login.

Minimum string length: 1
Password
string
required

The password for partner login.

Minimum string length: 1

Response

OK

Represents an error response with error code and description.

error
string | null

The error code representing the type of error.

error_description
string | null

A detailed description of the error.