Skip to main content
POST
/
apps
/
bitrix
/
crm
/
lead
Create a lead from a landing page
curl --request POST \
  --url https://api.provident.ae/v2/apps/bitrix/crm/lead \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Response

Lead data stored successfully.