Skip to main content
POST
/
apps
/
bitrix
/
crm
/
item
Create a new CRM item in Bitrix24
curl --request POST \
  --url https://api.provident.ae/v2/apps/bitrix/crm/item \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

categoryId
number

Category ID

entityTypeId
number
required

Entity Type ID

Response

200

CRM item created successfully