Skip to main content
GET
/
apps
/
bitrix
/
crm
/
deal
/
acquire
Trigger acquisition of Bitrix deals (primary and secondary). Returns immediately while work continues in background.
curl --request GET \
  --url https://api.provident.ae/v2/apps/bitrix/crm/deal/acquire \
  --header 'Authorization: Bearer <token>'
{
"statusCode": 201,
"message": "request started"
}

Authorizations

Authorization
string
header
required

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

Response

Deal acquisition process started successfully

statusCode
number
Example:

201

message
string
Example:

"request started"