Skip to main content
POST
/
apps
/
portal
/
leads
/
enrich
Enrich leads data
curl --request POST \
  --url https://api.provident.ae/v2/apps/portal/leads/enrich \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Leads enriched 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

The ID of the lead to enrich.

name
string

The name of the lead.

phone
string

The phone number of the lead.

email
string

The email address of the lead.

token
string
required

Static token for authentication.

Response

Leads enriched successfully

success
boolean
Example:

true

message
string
Example:

"Leads enriched successfully"

timestamp
string<date-time>