Skip to main content
POST
/
apps
/
bitrix
/
crm
/
locations
/
test-sync
Test endpoint for PF location synchronization. Accepts PF location JSON and attempts to add it to CRM.
curl --request POST \
  --url https://api.provident.ae/v2/apps/bitrix/crm/locations/test-sync \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

Location sync test completed