# saltedge OpenAPI overview

> Below is an overview of the saltedge openapi in simple language. This API contains 46 endpoints.

For more detailed information of an endpoint, visit https://oapis.org/summary/saltedge/[idOrRoute]

Salt Edge Account Information API v5.0.0 - https://www.saltedge.com
API Reference for services

## Accounts

- [](https://oapis.org/openapi/saltedge/accounts): GET https://www.saltedge.com/accounts?customer_id=string&from_id=string&connection_id=string - List of accounts

## Assets

- [](https://oapis.org/openapi/saltedge/assets): GET https://www.saltedge.com/assets - List of assets

## Attempts

- [](https://oapis.org/openapi/saltedge/attempts): GET https://www.saltedge.com/attempts?connection_id=string - List of attempts
- [](https://oapis.org/openapi/saltedge/attempts/{attempt_id}): GET https://www.saltedge.com/attempts/{attempt_id}?connection_id=string - Attempt object

## Categories

- [](https://oapis.org/openapi/saltedge/categories/learn): POST https://www.saltedge.com/categories/learn - Improve transaction categorization
- [](https://oapis.org/openapi/saltedge/categories): GET https://www.saltedge.com/categories - List of categories

## Connect Sessions

- [](https://oapis.org/openapi/saltedge/connect_sessions/create): POST https://www.saltedge.com/connect_sessions/create - Create Connect session
- [](https://oapis.org/openapi/saltedge/connect_sessions/reconnect): POST https://www.saltedge.com/connect_sessions/reconnect - Create Connect session to reconnect
- [](https://oapis.org/openapi/saltedge/connect_sessions/refresh): POST https://www.saltedge.com/connect_sessions/refresh - Create Connect session to refresh

## Connections

- [](https://oapis.org/openapi/saltedge/connections): GET https://www.saltedge.com/connections?customer_id=string&from_id=string - List of connections
- [](https://oapis.org/openapi/saltedge/connections): POST https://www.saltedge.com/connections - Create a connection
- [](https://oapis.org/openapi/saltedge/connections/{connection_id}/interactive): PUT https://www.saltedge.com/connections/{connection_id}/interactive - Interactive step
- [](https://oapis.org/openapi/saltedge/connections/{connection_id}/reconnect): PUT https://www.saltedge.com/connections/{connection_id}/reconnect - Reconnect a connection
- [](https://oapis.org/openapi/saltedge/connections/{connection_id}/refresh): PUT https://www.saltedge.com/connections/{connection_id}/refresh - Refresh a connection
- [](https://oapis.org/openapi/saltedge/connections/{connection_id}): GET https://www.saltedge.com/connections/{connection_id} - Show a connection
- [](https://oapis.org/openapi/saltedge/connections/{connection_id}): PUT https://www.saltedge.com/connections/{connection_id} - Update connection
- [](https://oapis.org/openapi/saltedge/connections/{connection_id}): DELETE https://www.saltedge.com/connections/{connection_id} - Remove a connection

## Consents

- [](https://oapis.org/openapi/saltedge/consents): GET https://www.saltedge.com/consents?from_id=string&connection_id=string&customer_id=string - List of consents
- [](https://oapis.org/openapi/saltedge/consents/{consent_id}): GET https://www.saltedge.com/consents/{consent_id}?connection_id=string&customer_id=string - Show consent
- [](https://oapis.org/openapi/saltedge/consents/{consent_id}/revoke): PUT https://www.saltedge.com/consents/{consent_id}/revoke?connection_id=string&customer_id=string - Revoke consent

## Countries

- [](https://oapis.org/openapi/saltedge/countries): GET https://www.saltedge.com/countries?include_fake_providers=boolean - List of countries

## Currencies

- [](https://oapis.org/openapi/saltedge/currencies): GET https://www.saltedge.com/currencies - List of currencies

## Customers

- [](https://oapis.org/openapi/saltedge/customers): GET https://www.saltedge.com/customers?identifier=string - All customers.
- [](https://oapis.org/openapi/saltedge/customers): POST https://www.saltedge.com/customers - Creates a customer.
- [](https://oapis.org/openapi/saltedge/customers/{customer_id}): GET https://www.saltedge.com/customers/{customer_id} - Show customer
- [](https://oapis.org/openapi/saltedge/customers/{customer_id}): DELETE https://www.saltedge.com/customers/{customer_id} - Remove a customer
- [](https://oapis.org/openapi/saltedge/customers/{customer_id}/lock): PUT https://www.saltedge.com/customers/{customer_id}/lock - Lock customer
- [](https://oapis.org/openapi/saltedge/customers/{customer_id}/unlock): PUT https://www.saltedge.com/customers/{customer_id}/unlock - Unlock customer

## Holder Info

- [](https://oapis.org/openapi/saltedge/holder_info): GET https://www.saltedge.com/holder_info?connection_id=string - Holder info

## Merchants

- [](https://oapis.org/openapi/saltedge/merchants): POST https://www.saltedge.com/merchants - List of merchants

## Oauth Providers

- [](https://oapis.org/openapi/saltedge/oauth_providers/authorize): PUT https://www.saltedge.com/oauth_providers/authorize - Authorize a connection
- [](https://oapis.org/openapi/saltedge/oauth_providers/create): POST https://www.saltedge.com/oauth_providers/create - Create connection for OAuth provider
- [](https://oapis.org/openapi/saltedge/oauth_providers/reconnect): POST https://www.saltedge.com/oauth_providers/reconnect - Reconnect OAuth connection

## Providers

- [](https://oapis.org/openapi/saltedge/providers/{provider_code}): GET https://www.saltedge.com/providers/{provider_code}?include_payments_fields=boolean - Show a provider
- [](https://oapis.org/openapi/saltedge/providers): GET https://www.saltedge.com/providers?from_id=string&from_date=string&country_code=string&mode=string&include_fake_providers=boolean&include_provider_fields=boolean&provider_key_owner=string&include_payments_fields=boolean - List of providers

## Rates

- [](https://oapis.org/openapi/saltedge/rates): GET https://www.saltedge.com/rates?date=string - List of rates

## Reports

- [](https://oapis.org/openapi/saltedge/reports): GET https://www.saltedge.com/reports?customer_id=string&from_id=string - List of reports
- [](https://oapis.org/openapi/saltedge/reports): POST https://www.saltedge.com/reports?customer_id=string&report_types=array&include_account_natures=array&currency_code=string&from_date=string&to_date=string - Create Financial Insights report
- [](https://oapis.org/openapi/saltedge/reports/{report_id}): GET https://www.saltedge.com/reports/{report_id} - Show a report.
- [](https://oapis.org/openapi/saltedge/reports/{report_id}): DELETE https://www.saltedge.com/reports/{report_id} - Removes a report.

## Transactions

- [](https://oapis.org/openapi/saltedge/transactions/duplicate): PUT https://www.saltedge.com/transactions/duplicate - Mark as duplicate
- [](https://oapis.org/openapi/saltedge/transactions/unduplicate): PUT https://www.saltedge.com/transactions/unduplicate - Remove duplicate flag
- [](https://oapis.org/openapi/saltedge/transactions/duplicates): GET https://www.saltedge.com/transactions/duplicates?account_id=string&from_id=string&connection_id=string - List of duplicated transactions
- [](https://oapis.org/openapi/saltedge/transactions): GET https://www.saltedge.com/transactions?account_id=string&from_id=string&connection_id=string - List of transactions
- [](https://oapis.org/openapi/saltedge/transactions): DELETE https://www.saltedge.com/transactions?account_id=string&customer_id=string&keep_days=integer - Remove transactions
- [](https://oapis.org/openapi/saltedge/transactions/pending): GET https://www.saltedge.com/transactions/pending?account_id=string&from_id=string&connection_id=string - List of pending transactions
