Reset credential password
PUT /api/domains/{domain}/credentials/{credential}/reset-password
Reset the password for a specific SMTP credential
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
example.comDomain name that must be owned by the authenticated user. The domain must be verified and properly configured for email sending.
Example
92703823-f3a4-48e2-8e87-7adf25454800Credential GUID (user_smtp_guid)
Responses
Section titled “ Responses ”Password reset successfully
object
Indicates if the request was successful
Example
trueHuman-readable success message
Example
Password reset successfully.Password reset result data
object
SMTP credential object containing authentication details for email sending
object
Database auto-increment ID (internal use only)
Example
1Unique credential GUID used for API operations
Example
92703823-f3a4-48e2-8e87-7adf25454800SMTP username for authentication. Must be unique within the domain
Example
myuserUnix timestamp when the credential was created
Example
1640995200Unix timestamp when the credential was last modified
Example
1640995200The new generated password. Store this securely as it cannot be retrieved later
Example
new-generated-passwordPassword strength analysis and complexity information
object
Whether the password change was successfully synchronized with the remote SMTP server
Example
trueUnauthorized - Invalid or missing authentication credentials
object
Example
UnauthorizedForbidden - Credential does not belong to the specified domain
object
Example
Credential does not belong to the specified domainCredential not found
object
Example
Credential not foundToo Many Requests - Rate limit exceeded. Retry after the specified time.
object
Example
Too many attempts. Please try again later.Headers
Section titled “Headers ”Seconds until rate limit resets
Maximum requests per minute
Remaining requests in current window
Server Error - Unexpected error occurred
object
Example
An error occurred while processing the request.