Skip to content

Commit 387e639

Browse files
committed
Users & Groups updated
1 parent 1ba5fd1 commit 387e639

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

en/api/sync-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ When sending a request via **Sync API**, a Task gets automatically the `__callba
3939
`"__callback_url": "https://sync-api.corezoid.com/api/1/plugins/callback/{{request_id}}"`
4040

4141
To configure synchronous response, you need to:
42+
4243
1. Add the [**API Call**](https://doc.corezoid.com/ru/interface/nodes/api/) node at a Process step which should send a requested output to a caller service.
4344
2. Provide the `{{__callback_url}}`.
4445
3. Specify parameters which will be sent to the caller service.
@@ -49,7 +50,7 @@ To configure synchronous response, you need to:
4950

5051
### URL
5152

52-
https://sync-api.corezoid.com/api/1/json/{{API_LOGIN}}/{{GMT_UNIXTIME}}/{{SIGNATURE}}
53+
`https://sync-api.corezoid.com/api/1/json/{{API_LOGIN}}/{{GMT_UNIXTIME}}/{{SIGNATURE}}`
5354

5455
* {{API_LOGIN}} - [authorization login](https://doc.corezoid.com/en/interface/users_groups.html#api-keys)
5556
* {{GMT_UNIXTIME}} - request time

en/api/v1/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://api.corezoid.com/api/1/json/{API_LOGIN}/{GMT_UNIXTIME}/{SIGNATURE}
66

77
Where IDs in the curly brackets denote the following parameters:
88

9-
* `{API_LOGIN}` - [authorization login](https://doc.corezoid.com/en/interface/users_groups.html#api-keys) to API, you can receive it from service, required parameter.
9+
* `{API_LOGIN}` - [authorization login](https://doc.corezoid.com//interface/users_groups.html#api-keys) to API, you can receive it from service, required parameter.
1010
* `{GMT_UNIXTIME}` - request time, unix time format in seconds by Greenwich (GMT+0), integer required parameter.
1111
* `{SIGNATURE}` - request signature, required parameter, letter case is not important, calculated using the formula:
1212
`hex( sha1({GMT_UNIXTIME} + {API_SECRET} + {CONTENT} + {API_SECRET}) )`, where

ru/api/sync-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ _**Рассмотрим пример**_:
3939
`"__callback_url": "https://sync-api.corezoid.com/api/1/plugins/callback/{{request_id}}"`
4040

4141
Для отправки синхронного ответа необходимо:
42+
4243
1. На том шаге процесса, где вы хотите отправить результат обработки заявки обратно в вызывающий сервис, необходимо добавить узел [**API Call**](https://doc.corezoid.com/ru/interface/nodes/api/).
4344
2. В поле URL указать значение `{{__callback_url}}`.
4445
3. Заполнить параметры, которые будут отправлены в вызывающий сервис:
@@ -49,7 +50,7 @@ _**Рассмотрим пример**_:
4950

5051
### URL
5152

52-
https://sync-api.corezoid.com/api/1/json/{{API_LOGIN}}/{{GMT_UNIXTIME}}/{{SIGNATURE}}
53+
`https://sync-api.corezoid.com/api/1/json/{{API_LOGIN}}/{{GMT_UNIXTIME}}/{{SIGNATURE}}`
5354

5455
* {{API_LOGIN}} - [логин авторизации](https://doc.corezoid.com/ru/interface/users_groups.html#api-keys)
5556
* {{GMT_UNIXTIME}} - время запроса, в формате unixtime в секундах (epoch time), по Гринвичу (GMT+0).

0 commit comments

Comments
 (0)