All endpoints (except root) require an API key passed as a query parameter:
GET / - API status check
Validate IBAN codes and get bank info
Validate SWIFT/BIC codes
Create and retrieve Wirelines
Track API usage statistics
Returns a simple status message indicating the API is live.
Full IBAN validation with detailed bank information.
Validate SWIFT/BIC codes and retrieve bank information.
Create a new Wireline with comprehensive validation.
Retrieve Wireline information by tag.
Get usage statistics for your API key.
| Status Code | Description | Common Causes |
|---|---|---|
| 200 | OK | Successful request |
| 201 | Created | Resource successfully created |
| 400 | Bad Request | Invalid API key, missing required fields, validation errors |
| 404 | Not Found | Resource not found |
| 500 | Internal Server Error | Server-side errors |