SparkTG

User Password Documentation

User Password

v1.0

User Password

Update User Password Instantly

Userv1.01 Endpoint

Overview

The /user-password API lets an authenticated user change their password, returning true on success

Authentication

Basic Authentication

Methods

POST

Parameters

1 Parameters

Response

JSON Format

Available Endpoints

POST/user-password

Key Parameters

new(String)

The new password to be set

Quick Example

Try this API with a simple cURL command

Basic API Call
curl -i -u "username:password" "https://telephonycloud.co.in/api/v1/user-password" -d"new=9abc7pass"
💡 Replace username:password with your actual credentials

Response Preview

Sample response from this API

Sample Response
true
View complete response format in Response section