Get all supported adapters
GET/v1/adapters
Get all supported adapters
Responses
- 200
- 401
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name string
Example:
icici
category string
Possible values: [CASH/CHECK IN
, CC
, FD/RD
, EPF
, NPS
, SSY
]
[
{
"name": "icici",
"category": "CASH/CHECK IN"
}
]
Unauthenticated
Internal Error
Loading...