Commit 6ac255a1 authored by Kulya's avatar Kulya 😊

Update README.md

parent 4e3476ac
# API для Автозвонков в Cloud AloVoice
На данный момент работают следующие методы взаимодействия по RestAPI:
## Создать автообзвон
#### Метод `POST`
##### Метод `POST`
```
https://cld.alovoice.uz/mapi/addAutorule
```
......@@ -36,7 +38,7 @@ https://cld.alovoice.uz/mapi/addAutorule
#### Пример вызова на cURL
##### Пример вызова на cURL
```
curl --location --request POST 'https://cld.alovoice.uz/mapi/addAutorule' \
--header 'Authorization: Bearer 22dfbb22-d073-4422-b322-22949d14a022' \
......@@ -57,7 +59,7 @@ curl --location --request POST 'https://cld.alovoice.uz/mapi/addAutorule' \
---
#### Пример ответа сервера
##### Пример ответа сервера
```json
{
"id": 123,
......@@ -80,6 +82,9 @@ curl --location --request POST 'https://cld.alovoice.uz/mapi/addAutorule' \
}
```
---
---
## Получить автообзвон
#### Метод `GET`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment