Skip to main content
POST
/
apps
/
portal
/
leads
/
update
Update leads data
curl --request POST \
  --url https://api.provident.ae/v2/apps/portal/leads/update \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Leads updated successfully",
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

leadid
number
required
name
string
required
phone
string
required
email
string
required
token
string
required

Static token for authentication.

Response

Leads updated successfully

success
boolean
Example:

true

message
string
Example:

"Leads updated successfully"

timestamp
string<date-time>