# Ibantrack API ## Docs - [Get Access Token](https://docs.ibantrack.com/api-reference/authentication/get-token.md): Obtain an OAuth 2.0 access token to authenticate your API requests. - [Verify IBAN holder](https://docs.ibantrack.com/api-reference/sandbox/create-sandbox-verification.md): Test your integration using predictable outcomes without querying real banks. - [Get Verification](https://docs.ibantrack.com/api-reference/sandbox/get-sandbox-verification.md): Retrieve the result of a previous test verification. - [Create Bulk Verification](https://docs.ibantrack.com/api-reference/verifications/create-bulk-verification.md): Create a new bulk IBAN holder verification request. - [Verify IBAN holder](https://docs.ibantrack.com/api-reference/verifications/create-verification.md): Create a new IBAN holder verification request. - [Get Bulk Verification](https://docs.ibantrack.com/api-reference/verifications/get-bulk-verification.md): Create the status of a bulk verification request. - [Get Bulk Verification Items](https://docs.ibantrack.com/api-reference/verifications/get-bulk-verification-items.md): Create the status of bulk verification items. - [Get Verification Details](https://docs.ibantrack.com/api-reference/verifications/get-verification.md): Retrieve the result of a previous verification. - [Enrichment](https://docs.ibantrack.com/documentation/core-concepts/enrichment.md): Understanding IBAN enrichment data and its availability - [Error Handling](https://docs.ibantrack.com/documentation/core-concepts/error-handling.md): Handle API errors, failed verifications, and implement retry logic - [Match Results](https://docs.ibantrack.com/documentation/core-concepts/match-results.md): Understanding verification outcomes: How to interpret status, match_result, and status_reason - [Introduction](https://docs.ibantrack.com/documentation/getting-started/introduction.md): Verify IBAN account holder name in real-time with a simple REST API and prevent payment errors and frauds. - [Quickstart](https://docs.ibantrack.com/documentation/getting-started/quickstart.md): Make your first IBAN verification in 5 minutes ## OpenAPI Specs - [openapi](https://docs.ibantrack.com/openapi.json) - [openapi-2](https://docs.ibantrack.com/openapi-2.yaml) - [openapi2](https://docs.ibantrack.com/api-reference-2/openapi2.yaml)