bankstract
Api

List supported banks

The bank ids the engine can auto-detect, for the optional `bank` parse override.

GET
/v1/banks

Header Parameters

authorization?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/banks"
{  "banks": [    {      "id": "string"    }  ],  "engine_version": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}