Iban API
- Base URL:
https://iban-api.sls.epilot.io - API Docs: https://docs.epilot.io/api/iban
API Backend for epilot Iban feature.
Quick Start​
# List available operations
epilot iban
# Call an operation
epilot iban validateIban
Common Flags​
| Flag | Description |
|---|---|
-p key=value | Set a named parameter |
-d '{...}' | Request body JSON |
-H 'Key: Value' | Custom header |
-t, --token <token> | Bearer token for authentication |
--profile <name> | Use a named profile |
-s, --server <url> | Override server base URL |
-i, --include | Include response headers in output |
--json | Output raw JSON (no formatting) |
-v, --verbose | Verbose output (show request details) |
--jsonata <expr> | JSONata expression to transform response |
--definition <file> | Override OpenAPI spec file/URL |
--guided | Prompt for all parameters interactively |
--no-interactive | Disable interactive prompts |
Operations​
Ibans
validateIban— Validate an Iban
validateIban​
Validate an Iban
POST /v1/public/iban:validate
Request Body (required)
Sample Call
epilot iban validateIban \
-d '{"iban":"string"}'
Using stdin pipe:
cat body.json | epilot iban validateIban
With JSONata filter:
epilot iban validateIban --jsonata '$'