/api/v2/bpm/extApi
Метод возвращает список точек доступа к API внешних систем, интегрирующихся с BPMS и все необходимые к ним настройки
Query Parameters
- q string
Регистронезависимая подстрока, фильтр по "endpointUrl"
Example: lms - offset integer
Параметр содержащий порядковый номер элемента, после которого будут показаны остальные результаты
Example: 1 - limit integer
Параметр содержащий максимальное кол-во элементов в ответе
Example: 100
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"instanceListApi": [
{
"id": 24,
"apiName": "LMS-Payments",
"apiUrl": "https://testdef.vivamoney.in",
"token": "fake_token",
"authorization": "fakeAuth",
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": null,
"environment": "development"
},
{
"id": 1,
"apiName": "LMS example",
"apiUrl": "https://lms.neobank.finstar.com",
"token": null,
"authorization": null,
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": null,
"environment": "development"
},
{
"id": 56,
"apiName": "TS-LMS",
"apiUrl": "https://testdef2.vivamoney.in",
"token": "pla 12345",
"authorization": "authToken",
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": null,
"environment": "development"
},
{
"id": 66,
"apiName": "LMS-MX-dev",
"apiUrl": "https://mexi-card.2pp.dev",
"token": "pla 12345",
"authorization": "authToken",
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": 28,
"environment": "development"
},
{
"id": 59,
"apiName": "LMS-main",
"apiUrl": "https://def.vivamoney.in",
"token": null,
"authorization": null,
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": 28,
"environment": "stage"
},
{
"id": 71,
"apiName": "LMS-main",
"apiUrl": "https://def.vivamoney.in",
"token": null,
"authorization": null,
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": 28,
"environment": "production"
},
{
"id": 73,
"apiName": "LMS-Payments",
"apiUrl": "https://def.vivamoney.in",
"token": null,
"authorization": null,
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": 24,
"environment": "production"
},
{
"id": 60,
"apiName": "LMS-SVP",
"apiUrl": "https://def.vivamoney.in",
"token": null,
"authorization": null,
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": 21,
"environment": "stage"
},
{
"id": 72,
"apiName": "LMS-SVP",
"apiUrl": "https://def.vivamoney.in",
"token": null,
"authorization": null,
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": 21,
"environment": "production"
},
{
"id": 58,
"apiName": "LMS-Payments",
"apiUrl": "https://def.vivamoney.in",
"token": null,
"authorization": null,
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": 24,
"environment": "stage"
},
{
"id": 70,
"apiName": "LMS-PK-dev",
"apiUrl": "https://dev.pk.2pp.dev/ ",
"token": "pla 12345",
"authorization": "authToken",
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": 28,
"environment": "development"
},
{
"id": 62,
"apiName": "PK_LMS-dev",
"apiUrl": "https://testdef.vivafinance.pk/api",
"token": "pla 12345",
"authorization": "authToken",
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": null,
"environment": "development"
},
{
"id": 21,
"apiName": "LMS-SVP",
"apiUrl": "https://def.vivamoney.in",
"token": "Basic MDZiMjMyMDAtNTc0Yi00NDRjLTlhYWMtZWI2ODJmMzRjZjY3",
"authorization": "authToken",
"signKey": null,
"encryptKey": null,
"expKey": null,
"headers": null,
"parentId": null,
"environment": "development"
}
],
"offset": 1,
"total": 14,
"all": 13
},
"preparingsTime": 0.066
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.003
}
Loading...