{"@context": "https://schema.org", "@type": "WebAPI", "name": "Increase API API", "description": "Increase API, an HTTP API described by an OpenAPI document.", "provider": {"@type": "Organization", "name": "increase.com"}, "documentation": "https://increase.com/openapi.json"}
Increase API, an HTTP API described by an OpenAPI document.
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://api.increase.com https://sandbox.increase.com
auth: b e a r
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
Increase API, an HTTP API described by an OpenAPI document.
| method | path | what the vendor says it does |
|---|---|---|
GET | /account_numbers | List Account Numbers |
POST | /account_numbers | Create an Account Number |
GET | /account_numbers/{account_number_id} | Retrieve an Account Number |
PATCH | /account_numbers/{account_number_id} | Update an Account Number |
GET | /account_statements | List Account Statements |
GET | /account_statements/{account_statement_id} | Retrieve an Account Statement |
GET | /account_transfers | List Account Transfers |
POST | /account_transfers | Create an Account Transfer |
GET | /account_transfers/{account_transfer_id} | Retrieve an Account Transfer |
POST | /account_transfers/{account_transfer_id}/approve | Approve an Account Transfer |
POST | /account_transfers/{account_transfer_id}/cancel | Cancel an Account Transfer |
GET | /accounts | List Accounts |
POST | /accounts | Create an Account |
GET | /accounts/{account_id} | Retrieve an Account |
PATCH | /accounts/{account_id} | Update an Account |
POST | /accounts/{account_id}/close | Close an Account |
GET | /ach_prenotifications | List ACH Prenotifications |
POST | /ach_prenotifications | Create an ACH Prenotification |
GET | /ach_prenotifications/{ach_prenotification_id} | Retrieve an ACH Prenotification |
GET | /ach_transfers | List ACH Transfers |
POST | /ach_transfers | Create an ACH Transfer |
GET | /ach_transfers/{ach_transfer_id} | Retrieve an ACH Transfer |
POST | /ach_transfers/{ach_transfer_id}/approve | Approve an ACH Transfer Approves an ACH Transfer in a pending_approval state. |
POST | /ach_transfers/{ach_transfer_id}/cancel | Cancel a pending ACH Transfer Cancels an ACH Transfer in a pending_approval state. |
GET | /card_disputes | List Card Disputes |
POST | /card_disputes | Create a Card Dispute |
GET | /card_disputes/{card_dispute_id} | Retrieve a Card Dispute |
GET | /card_profiles | List Card Profiles |
POST | /card_profiles | Create a Card Profile |
GET | /card_profiles/{card_profile_id} | Retrieve a Card Profile |
GET | /cards | List Cards |
POST | /cards | Create a Card |
GET | /cards/{card_id} | Retrieve a Card |
PATCH | /cards/{card_id} | Update a Card |
GET | /cards/{card_id}/details | Retrieve sensitive details for a Card |
GET | /check_deposits | List Check Deposits |
POST | /check_deposits | Create a Check Deposit |
GET | /check_deposits/{check_deposit_id} | Retrieve a Check Deposit |
GET | /check_transfers | List Check Transfers |
POST | /check_transfers | Create a Check Transfer |
and 75 more operation(s) in this specification, all searchable.
specification origin: https://increase.com/openapi.json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.