v1
latestOpenAPI 3.1.02026-07-241630614.2 KBAdd sources
The method allows you to post a list of the integration sources.
post/api/v4/sources
Headers
Content-Typestring
Request header
Request body
Response
200
Example response
{
"_total_items": 2,
"_embedded": {
"sources": [
{
"id": 17619939,
"name": "chat",
"pipeline_id": 5867030,
"external_id": "kchat01",
"origin_code": "kommo.ext.30470678",
"request_id": "0",
"_links": {
"self": {
"href": "https://subdomain.kommo.com/api/v4/sources/17619939"
}
}
}
]
}
}