data
Ramp CLI for AI Agents
Use the Ramp CLI from KosmoKrator to call Ramp tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Ramp CLI Setup
Ramp can be configured headlessly with `kosmokrator integrations:configure ramp`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure ramp --set access_token="$RAMP_ACCESS_TOKEN" --enable --read allow --write ask --json
kosmokrator integrations:doctor ramp --json
kosmokrator integrations:status --json Credentials
Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
access_token | RAMP_ACCESS_TOKEN | Secret secret | yes | Access Token |
url | RAMP_URL | URL url | no | API Base URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call ramp.ramp_get_gl_account_list_resource '{}' --json kosmo integrations:ramp ramp_get_gl_account_list_resource '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs ramp --json
kosmo integrations:docs ramp.ramp_get_gl_account_list_resource --json
kosmo integrations:schema ramp.ramp_get_gl_account_list_resource --json
kosmo integrations:search "Ramp" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
ramp.ramp_get_gl_account_list_resource
List general ledger accounts
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_gl_account_list_resource '{}' --json kosmo integrations:ramp ramp_get_gl_account_list_resource '{}' --json ramp.ramp_post_gl_account_list_resource
You can upload up to 500 general ledger accounts in an all-or-nothing fashion. If a general ledger accounts within a batch is malformed or violates a database constraint, the en...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_gl_account_list_resource '{}' --json kosmo integrations:ramp ramp_post_gl_account_list_resource '{}' --json ramp.ramp_delete_gl_account_resource
Delete a general ledger account
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_gl_account_resource '{}' --json kosmo integrations:ramp ramp_delete_gl_account_resource '{}' --json ramp.ramp_get_gl_account_resource
Fetch a general ledger account
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_gl_account_resource '{}' --json kosmo integrations:ramp ramp_get_gl_account_resource '{}' --json ramp.ramp_patch_gl_account_resource
This endpoint can be used to update the name or code of a GL account;
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_gl_account_resource '{}' --json kosmo integrations:ramp ramp_patch_gl_account_resource '{}' --json ramp.ramp_get_accounting_all_connections_resource
Fetch all accounting connections for the current business
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_accounting_all_connections_resource '{}' --json kosmo integrations:ramp ramp_get_accounting_all_connections_resource '{}' --json ramp.ramp_delete_accounting_connection_resource
This endpoint only allows disconnecting API based connections.
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_accounting_connection_resource '{}' --json kosmo integrations:ramp ramp_delete_accounting_connection_resource '{}' --json ramp.ramp_get_accounting_current_connection_resource_deprecated
This endpoint is now deprecated. Please use the `/all-connections` endpoint instead here.
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_accounting_current_connection_resource_deprecated '{}' --json kosmo integrations:ramp ramp_get_accounting_current_connection_resource_deprecated '{}' --json ramp.ramp_post_accounting_connection_resource
A connection is required in order to use our accounting API functionality. If a Universal CSV connection already exists, it will be upgraded to an API based connection.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_accounting_connection_resource '{}' --json kosmo integrations:ramp ramp_post_accounting_connection_resource '{}' --json ramp.ramp_get_accounting_connection_detail_resource
Fetch an accounting connection by ID
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_accounting_connection_detail_resource '{}' --json kosmo integrations:ramp ramp_get_accounting_connection_detail_resource '{}' --json ramp.ramp_patch_accounting_connection_detail_resource
This endpoint is restricted to Accounting API based connections.
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_accounting_connection_detail_resource '{}' --json kosmo integrations:ramp ramp_patch_accounting_connection_detail_resource '{}' --json ramp.ramp_post_reactivate_connection_resource
This endpoint allows reactivating a previously disconnected accounting connection by changing its status back to linked. This preserves all previous accounting field configurati...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_reactivate_connection_resource '{}' --json kosmo integrations:ramp ramp_post_reactivate_connection_resource '{}' --json ramp.ramp_get_custom_field_option_list_resource
List options for a given custom accounting field
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_custom_field_option_list_resource '{}' --json kosmo integrations:ramp ramp_get_custom_field_option_list_resource '{}' --json ramp.ramp_post_custom_field_option_list_resource
You can upload up to 500 new field options for a given custom accounting field in an all-or-nothing fashion. If a field option within a batch is malformed or violates a database...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_custom_field_option_list_resource '{}' --json kosmo integrations:ramp ramp_post_custom_field_option_list_resource '{}' --json ramp.ramp_delete_custom_field_option_resource
Delete a custom accounting field option
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_custom_field_option_resource '{}' --json kosmo integrations:ramp ramp_delete_custom_field_option_resource '{}' --json ramp.ramp_get_custom_field_option_resource
Fetch a custom accounting field option
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_custom_field_option_resource '{}' --json kosmo integrations:ramp ramp_get_custom_field_option_resource '{}' --json ramp.ramp_patch_custom_field_option_resource
Update a custom accounting field option
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_custom_field_option_resource '{}' --json kosmo integrations:ramp ramp_patch_custom_field_option_resource '{}' --json ramp.ramp_put_custom_field_option_resource
Update a custom accounting field option
write - Parameters
- none
kosmo integrations:call ramp.ramp_put_custom_field_option_resource '{}' --json kosmo integrations:ramp ramp_put_custom_field_option_resource '{}' --json ramp.ramp_get_custom_field_list_resource
List custom accounting fields
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_custom_field_list_resource '{}' --json kosmo integrations:ramp ramp_get_custom_field_list_resource '{}' --json ramp.ramp_post_custom_field_list_resource
If a custom field with the same id already exists on Ramp, then that existing one will be returned instead of creating a new one; If the existing custom field is inactive, it wi...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_custom_field_list_resource '{}' --json kosmo integrations:ramp ramp_post_custom_field_list_resource '{}' --json ramp.ramp_delete_custom_field_resource
Delete a custom accounting field
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_custom_field_resource '{}' --json kosmo integrations:ramp ramp_delete_custom_field_resource '{}' --json ramp.ramp_get_custom_field_resource
Fetch a custom accounting field
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_custom_field_resource '{}' --json kosmo integrations:ramp ramp_get_custom_field_resource '{}' --json ramp.ramp_patch_custom_field_resource
Update a custom accounting field
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_custom_field_resource '{}' --json kosmo integrations:ramp ramp_patch_custom_field_resource '{}' --json ramp.ramp_delete_inventory_item_field_list_resource
Delete inventory item accounting field
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_inventory_item_field_list_resource '{}' --json kosmo integrations:ramp ramp_delete_inventory_item_field_list_resource '{}' --json ramp.ramp_get_inventory_item_field_list_resource
Returns the inventory item accounting field for the current accounting connection.
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_inventory_item_field_list_resource '{}' --json kosmo integrations:ramp ramp_get_inventory_item_field_list_resource '{}' --json ramp.ramp_patch_inventory_item_field_list_resource
Update inventory item accounting field
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_inventory_item_field_list_resource '{}' --json kosmo integrations:ramp ramp_patch_inventory_item_field_list_resource '{}' --json ramp.ramp_post_inventory_item_field_list_resource
There can only be one active inventory item accounting field per accounting connection.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_inventory_item_field_list_resource '{}' --json kosmo integrations:ramp ramp_post_inventory_item_field_list_resource '{}' --json ramp.ramp_get_inventory_item_field_options_list_resource
List inventory item options
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_inventory_item_field_options_list_resource '{}' --json kosmo integrations:ramp ramp_get_inventory_item_field_options_list_resource '{}' --json ramp.ramp_post_inventory_item_field_options_list_resource
There must be an active inventory item accounting field for the accounting connection.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_inventory_item_field_options_list_resource '{}' --json kosmo integrations:ramp ramp_post_inventory_item_field_options_list_resource '{}' --json ramp.ramp_delete_inventory_item_field_option_resource
Delete an inventory item option
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_inventory_item_field_option_resource '{}' --json kosmo integrations:ramp ramp_delete_inventory_item_field_option_resource '{}' --json ramp.ramp_patch_inventory_item_field_option_resource
Update an inventory item option
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_inventory_item_field_option_resource '{}' --json kosmo integrations:ramp ramp_patch_inventory_item_field_option_resource '{}' --json ramp.ramp_post_ramp_field_option_list_resource
Upload new options for a Ramp-only field
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_ramp_field_option_list_resource '{}' --json kosmo integrations:ramp ramp_post_ramp_field_option_list_resource '{}' --json ramp.ramp_delete_ramp_field_option_resource
Delete a Ramp-only field option
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_ramp_field_option_resource '{}' --json kosmo integrations:ramp ramp_delete_ramp_field_option_resource '{}' --json ramp.ramp_patch_ramp_field_option_resource
Update a Ramp-only field option
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_ramp_field_option_resource '{}' --json kosmo integrations:ramp ramp_patch_ramp_field_option_resource '{}' --json ramp.ramp_get_ramp_field_list_resource
List Ramp-only accounting fields
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_ramp_field_list_resource '{}' --json kosmo integrations:ramp ramp_get_ramp_field_list_resource '{}' --json ramp.ramp_post_ramp_field_list_resource
Create a Ramp-only accounting field
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_ramp_field_list_resource '{}' --json kosmo integrations:ramp ramp_post_ramp_field_list_resource '{}' --json ramp.ramp_delete_ramp_field_resource
Delete a Ramp-only accounting field
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_ramp_field_resource '{}' --json kosmo integrations:ramp ramp_delete_ramp_field_resource '{}' --json ramp.ramp_get_ramp_field_resource
Fetch a Ramp-only accounting field
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_ramp_field_resource '{}' --json kosmo integrations:ramp ramp_get_ramp_field_resource '{}' --json ramp.ramp_patch_ramp_field_resource
Update a Ramp-only accounting field
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_ramp_field_resource '{}' --json kosmo integrations:ramp ramp_patch_ramp_field_resource '{}' --json ramp.ramp_post_ready_to_sync_resource
This endpoint allows customers to mark a list of objects as ready to sync by their object IDs.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_ready_to_sync_resource '{}' --json kosmo integrations:ramp ramp_post_ready_to_sync_resource '{}' --json ramp.ramp_post_sync_list_resource
This endpoint allows customers to notify Ramp of a list of sync results. An idempotency key is required to ensure that subsequent requests are properly handled.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_sync_list_resource '{}' --json kosmo integrations:ramp ramp_post_sync_list_resource '{}' --json ramp.ramp_delete_tax_code_field_resource
Delete tax code accounting field
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_tax_code_field_resource '{}' --json kosmo integrations:ramp ramp_delete_tax_code_field_resource '{}' --json ramp.ramp_get_tax_code_field_resource
Returns the tax code accounting field for the current accounting connection.
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_tax_code_field_resource '{}' --json kosmo integrations:ramp ramp_get_tax_code_field_resource '{}' --json ramp.ramp_patch_tax_code_field_resource
Update tax code accounting field
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_tax_code_field_resource '{}' --json kosmo integrations:ramp ramp_patch_tax_code_field_resource '{}' --json ramp.ramp_post_tax_code_field_resource
There can only be one active tax code accounting field per accounting connection.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_tax_code_field_resource '{}' --json kosmo integrations:ramp ramp_post_tax_code_field_resource '{}' --json ramp.ramp_get_tax_code_field_options_list_resource
List tax code options
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_tax_code_field_options_list_resource '{}' --json kosmo integrations:ramp ramp_get_tax_code_field_options_list_resource '{}' --json ramp.ramp_post_tax_code_field_options_list_resource
There must be an active tax code accounting field for the accounting connection.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_tax_code_field_options_list_resource '{}' --json kosmo integrations:ramp ramp_post_tax_code_field_options_list_resource '{}' --json ramp.ramp_delete_tax_code_field_option_resource
Delete a tax code option
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_tax_code_field_option_resource '{}' --json kosmo integrations:ramp ramp_delete_tax_code_field_option_resource '{}' --json ramp.ramp_patch_tax_code_field_option_resource
Update a tax code option
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_tax_code_field_option_resource '{}' --json kosmo integrations:ramp ramp_patch_tax_code_field_option_resource '{}' --json ramp.ramp_get_tax_code_rates_list_resource
List tax rates
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_tax_code_rates_list_resource '{}' --json kosmo integrations:ramp ramp_get_tax_code_rates_list_resource '{}' --json ramp.ramp_post_tax_code_rates_list_resource
You can upload up to 500 tax rates in an all-or-nothing fashion. If a tax rate within a batch is malformed or violates a database constraint, the entire batch will be disregarde...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_tax_code_rates_list_resource '{}' --json kosmo integrations:ramp ramp_post_tax_code_rates_list_resource '{}' --json ramp.ramp_delete_tax_rate_detail_resource
Delete a tax rate
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_tax_rate_detail_resource '{}' --json kosmo integrations:ramp ramp_delete_tax_rate_detail_resource '{}' --json ramp.ramp_patch_tax_rate_detail_resource
Update a tax rate
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_tax_rate_detail_resource '{}' --json kosmo integrations:ramp ramp_patch_tax_rate_detail_resource '{}' --json ramp.ramp_get_accounting_vendor_list_resource
List vendors
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_accounting_vendor_list_resource '{}' --json kosmo integrations:ramp ramp_get_accounting_vendor_list_resource '{}' --json ramp.ramp_post_accounting_vendor_list_resource
You can upload up to 500 vendors in an all-or-nothing fashion. If a vendors within a batch is malformed or violates a database constraint, the entire batch containing that vendo...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_accounting_vendor_list_resource '{}' --json kosmo integrations:ramp ramp_post_accounting_vendor_list_resource '{}' --json ramp.ramp_delete_accounting_vendor_resource
Delete a vendor
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_accounting_vendor_resource '{}' --json kosmo integrations:ramp ramp_delete_accounting_vendor_resource '{}' --json ramp.ramp_get_accounting_vendor_resource
Fetch a vendor
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_accounting_vendor_resource '{}' --json kosmo integrations:ramp ramp_get_accounting_vendor_resource '{}' --json ramp.ramp_patch_accounting_vendor_resource
Update a vendor
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_accounting_vendor_resource '{}' --json kosmo integrations:ramp ramp_patch_accounting_vendor_resource '{}' --json ramp.ramp_get_application_resource
Since each business can only have one active financing application, this endpoint will only ever return a single application.
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_application_resource '{}' --json kosmo integrations:ramp ramp_get_application_resource '{}' --json ramp.ramp_post_application_resource
This endpoint will create a new business for the applicant and email them with instructions to sign up and continue the application. If the applicant email already exists in Ram...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_application_resource '{}' --json kosmo integrations:ramp ramp_post_application_resource '{}' --json ramp.ramp_get_audit_log_events_list_resource
Get audit log events
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_audit_log_events_list_resource '{}' --json kosmo integrations:ramp ramp_get_audit_log_events_list_resource '{}' --json ramp.ramp_get_bank_account_list_with_pagination
List bank accounts
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_bank_account_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_bank_account_list_with_pagination '{}' --json ramp.ramp_get_bank_account_resource
Get bank account details
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_bank_account_resource '{}' --json kosmo integrations:ramp ramp_get_bank_account_resource '{}' --json ramp.ramp_get_bill_list_with_pagination
List bills
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_bill_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_bill_list_with_pagination '{}' --json ramp.ramp_post_bill_list_with_pagination
Batch payments cannot be created in the API.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_bill_list_with_pagination '{}' --json kosmo integrations:ramp ramp_post_bill_list_with_pagination '{}' --json ramp.ramp_get_draft_bill_list_with_pagination
List draft bills
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_draft_bill_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_draft_bill_list_with_pagination '{}' --json ramp.ramp_post_draft_bill_list_with_pagination
Create a draft bill
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_draft_bill_list_with_pagination '{}' --json kosmo integrations:ramp ramp_post_draft_bill_list_with_pagination '{}' --json ramp.ramp_get_draft_bill_resource
Fetch a draft bill
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_draft_bill_resource '{}' --json kosmo integrations:ramp ramp_get_draft_bill_resource '{}' --json ramp.ramp_patch_draft_bill_resource
Update a draft bill
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_draft_bill_resource '{}' --json kosmo integrations:ramp ramp_patch_draft_bill_resource '{}' --json ramp.ramp_post_draft_bill_attachment_upload_resource
Upload a file as an attachment to a draft bill. INVOICE type attachments cannot be uploaded if one already exists on the draft bill. This endpoint accepts the [multipart/form-da...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_draft_bill_attachment_upload_resource '{}' --json kosmo integrations:ramp ramp_post_draft_bill_attachment_upload_resource '{}' --json ramp.ramp_delete_bill_resource
This is a destructive action. Associated inflight payments will be cancelled if possible or any attached one-time-card will be terminated. Paid bills and bills belonging to a ba...
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_bill_resource '{}' --json kosmo integrations:ramp ramp_delete_bill_resource '{}' --json ramp.ramp_get_bill_resource
Fetch a bill
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_bill_resource '{}' --json kosmo integrations:ramp ramp_get_bill_resource '{}' --json ramp.ramp_patch_bill_resource
Only approved bills can be updated.
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_bill_resource '{}' --json kosmo integrations:ramp ramp_patch_bill_resource '{}' --json ramp.ramp_post_bill_attachment_upload_resource
Upload a file as an attachment to a bill. INVOICE type attachments cannot be uploaded if one already exists on the bill. This endpoint accepts the [multipart/form-data](https://...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_bill_attachment_upload_resource '{}' --json kosmo integrations:ramp ramp_post_bill_attachment_upload_resource '{}' --json ramp.ramp_post_blank_canvas_approval_document_resource
This endpoint accepts the [multipart/form-data](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST) format. Include the document as a part with `Content-Disposition:...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_blank_canvas_approval_document_resource '{}' --json kosmo integrations:ramp ramp_post_blank_canvas_approval_document_resource '{}' --json ramp.ramp_post_blank_canvas_approval_resource
Approve or reject a blank canvas workflow step
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_blank_canvas_approval_resource '{}' --json kosmo integrations:ramp ramp_post_blank_canvas_approval_resource '{}' --json ramp.ramp_patch_blank_canvas_approval_external_approval_metadata_resource
Update metadata for a blank canvas external approval request
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_blank_canvas_approval_external_approval_metadata_resource '{}' --json kosmo integrations:ramp ramp_patch_blank_canvas_approval_external_approval_metadata_resource '{}' --json ramp.ramp_get_business_resource
Fetch the company information
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_business_resource '{}' --json kosmo integrations:ramp ramp_get_business_resource '{}' --json ramp.ramp_get_business_balance_resource
Fetch the company balance information
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_business_balance_resource '{}' --json kosmo integrations:ramp ramp_get_business_balance_resource '{}' --json ramp.ramp_get_card_list_with_pagination
List cards
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_card_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_card_list_with_pagination '{}' --json ramp.ramp_post_physical_card
Call this endpoint to create an async task to request for new physical card.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_physical_card '{}' --json kosmo integrations:ramp ramp_post_physical_card '{}' --json ramp.ramp_get_card_deferred_task_resource
Fetch deferred task status
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_card_deferred_task_resource '{}' --json kosmo integrations:ramp ramp_get_card_deferred_task_resource '{}' --json ramp.ramp_post_virtual_card
Call this endpoint to create an async task to request for new virtual card.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_virtual_card '{}' --json kosmo integrations:ramp ramp_post_virtual_card '{}' --json ramp.ramp_get_card_resource
Fetch a card
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_card_resource '{}' --json kosmo integrations:ramp ramp_get_card_resource '{}' --json ramp.ramp_patch_card_resource
This endpoint allow you update the owner, display name, and spend restrictions of a card.
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_card_resource '{}' --json kosmo integrations:ramp ramp_patch_card_resource '{}' --json ramp.ramp_post_card_suspension_resource
Call this endpoint to create an async task to suspend a card so that it is locked from use. The suspension is revertable.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_card_suspension_resource '{}' --json kosmo integrations:ramp ramp_post_card_suspension_resource '{}' --json ramp.ramp_post_card_termination_resource
Call this endpoint to create an async task to terminate a card permanently. Please note that this action is irreversible.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_card_termination_resource '{}' --json kosmo integrations:ramp ramp_post_card_termination_resource '{}' --json ramp.ramp_post_card_unsuspension_resource
Call this endpoint to create an async task to remove a card's suspension so that it may be used again.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_card_unsuspension_resource '{}' --json kosmo integrations:ramp ramp_post_card_unsuspension_resource '{}' --json ramp.ramp_get_cashback_list_with_pagination
List cashback payments
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_cashback_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_cashback_list_with_pagination '{}' --json ramp.ramp_get_cashback_resource
Fetch a cashback payment
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_cashback_resource '{}' --json kosmo integrations:ramp ramp_get_cashback_resource '{}' --json ramp.ramp_get_comments_resource
Requires `{resource_name}:read` scope and may require additional access. See `object_type` description for more information.
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_comments_resource '{}' --json kosmo integrations:ramp ramp_get_comments_resource '{}' --json ramp.ramp_post_comments_resource
Requires `{resource_name}:write` scope and may require additional access. See `object_type` description for more information.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_comments_resource '{}' --json kosmo integrations:ramp ramp_post_comments_resource '{}' --json ramp.ramp_get_custom_form_collection_response_resource
Fetch a custom form collection response by ID
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_custom_form_collection_response_resource '{}' --json kosmo integrations:ramp ramp_get_custom_form_collection_response_resource '{}' --json ramp.ramp_post_dev_api_configure_custom_tables
Create Custom Table
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_configure_custom_tables '{}' --json kosmo integrations:ramp ramp_post_dev_api_configure_custom_tables '{}' --json ramp.ramp_post_dev_api_configure_custom_table_columns
Create Custom Table column
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_configure_custom_table_columns '{}' --json kosmo integrations:ramp ramp_post_dev_api_configure_custom_table_columns '{}' --json ramp.ramp_patch_dev_api_rename_custom_table_column
Change the API name of a Custom Table's Column
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_dev_api_rename_custom_table_column '{}' --json kosmo integrations:ramp ramp_patch_dev_api_rename_custom_table_column '{}' --json ramp.ramp_post_dev_api_configure_native_tables
Extend Native Ramp table
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_configure_native_tables '{}' --json kosmo integrations:ramp ramp_post_dev_api_configure_native_tables '{}' --json ramp.ramp_post_dev_api_configure_native_table_columns
Create Native Ramp table field
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_configure_native_table_columns '{}' --json kosmo integrations:ramp ramp_post_dev_api_configure_native_table_columns '{}' --json ramp.ramp_patch_dev_api_rename_native_table_column
Change the API name of a Native Table's Custom Record Column
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_dev_api_rename_native_table_column '{}' --json kosmo integrations:ramp ramp_patch_dev_api_rename_native_table_column '{}' --json ramp.ramp_get_dev_api_custom_table
List Custom Tables
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_dev_api_custom_table '{}' --json kosmo integrations:ramp ramp_get_dev_api_custom_table '{}' --json ramp.ramp_get_dev_api_custom_table_column
List Custom Table columns
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_dev_api_custom_table_column '{}' --json kosmo integrations:ramp ramp_get_dev_api_custom_table_column '{}' --json ramp.ramp_delete_dev_api_custom_row
Delete rows from a Custom Table
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_dev_api_custom_row '{}' --json kosmo integrations:ramp ramp_delete_dev_api_custom_row '{}' --json ramp.ramp_get_dev_api_custom_row
List Custom Table rows
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_dev_api_custom_row '{}' --json kosmo integrations:ramp ramp_get_dev_api_custom_row '{}' --json ramp.ramp_put_dev_api_custom_row
Set values for rows of a Custom Table
write - Parameters
- none
kosmo integrations:call ramp.ramp_put_dev_api_custom_row '{}' --json kosmo integrations:ramp ramp_put_dev_api_custom_row '{}' --json ramp.ramp_patch_dev_api_change_custom_row_external_key
Change the external key of a Custom Table row
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_dev_api_change_custom_row_external_key '{}' --json kosmo integrations:ramp ramp_patch_dev_api_change_custom_row_external_key '{}' --json ramp.ramp_post_dev_api_append_custom_row_cells
Append cells to a Custom Table
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_append_custom_row_cells '{}' --json kosmo integrations:ramp ramp_post_dev_api_append_custom_row_cells '{}' --json ramp.ramp_post_dev_api_remove_custom_row_cells
Remove cells from a Custom Table
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_remove_custom_row_cells '{}' --json kosmo integrations:ramp ramp_post_dev_api_remove_custom_row_cells '{}' --json ramp.ramp_get_dev_api_matrix_tables
List all Matrix tables for the business
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_dev_api_matrix_tables '{}' --json kosmo integrations:ramp ramp_get_dev_api_matrix_tables '{}' --json ramp.ramp_post_dev_api_matrix_tables
Matrix tables are special-purpose lookup tables where unique combinations of input values map to result values.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_matrix_tables '{}' --json kosmo integrations:ramp ramp_post_dev_api_matrix_tables '{}' --json ramp.ramp_post_dev_api_add_matrix_result_column
Allows adding result columns to already-created matrix tables without modifying the input columns. Only result columns (users and accounting_field_options) can be added. Input c...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_add_matrix_result_column '{}' --json kosmo integrations:ramp ramp_post_dev_api_add_matrix_result_column '{}' --json ramp.ramp_patch_dev_api_rename_matrix_column
This changes the internal name used in API calls while preserving the human-readable label. Both input and result columns can be renamed.
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_dev_api_rename_matrix_column '{}' --json kosmo integrations:ramp ramp_patch_dev_api_rename_matrix_column '{}' --json ramp.ramp_post_dev_api_matrix_list_rows
Returns rows with inputs and results separated. Inputs are always complete (all input columns), results are sparse (only set values).
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_matrix_list_rows '{}' --json kosmo integrations:ramp ramp_post_dev_api_matrix_list_rows '{}' --json ramp.ramp_post_dev_api_rename_matrix_table
Change the API name of a Matrix table
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_rename_matrix_table '{}' --json kosmo integrations:ramp ramp_post_dev_api_rename_matrix_table '{}' --json ramp.ramp_put_dev_api_matrix_put_rows
Creates new rows or updates existing rows based on input values. Input values define row identity (via external_key). Result values are mutable and can be partially updated.
write - Parameters
- none
kosmo integrations:call ramp.ramp_put_dev_api_matrix_put_rows '{}' --json kosmo integrations:ramp ramp_put_dev_api_matrix_put_rows '{}' --json ramp.ramp_post_dev_api_matrix_append_cells
Adds values to many-to-many result columns without replacing existing values. Only works on many-to-many result columns. Set ignore_duplicates=true to skip existing duplicate ce...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_matrix_append_cells '{}' --json kosmo integrations:ramp ramp_post_dev_api_matrix_append_cells '{}' --json ramp.ramp_post_dev_api_matrix_remove_cells
Removes specific values from many-to-many result columns without affecting other values.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_matrix_remove_cells '{}' --json kosmo integrations:ramp ramp_post_dev_api_matrix_remove_cells '{}' --json ramp.ramp_delete_dev_api_delete_matrix_row
Deletes the matrix row with the specified ID from the matrix table.
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_dev_api_delete_matrix_row '{}' --json kosmo integrations:ramp ramp_delete_dev_api_delete_matrix_row '{}' --json ramp.ramp_get_dev_api_native_table
List Native Ramp tables
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_dev_api_native_table '{}' --json kosmo integrations:ramp ramp_get_dev_api_native_table '{}' --json ramp.ramp_get_dev_api_native_table_column
List Custom Columns for a Native Ramp table
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_dev_api_native_table_column '{}' --json kosmo integrations:ramp ramp_get_dev_api_native_table_column '{}' --json ramp.ramp_get_dev_api_native_row
List Custom Column values for rows of a Native Ramp table
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_dev_api_native_row '{}' --json kosmo integrations:ramp ramp_get_dev_api_native_row '{}' --json ramp.ramp_put_dev_api_native_row
Set values for rows of a Native Ramp table
write - Parameters
- none
kosmo integrations:call ramp.ramp_put_dev_api_native_row '{}' --json kosmo integrations:ramp ramp_put_dev_api_native_row '{}' --json ramp.ramp_post_dev_api_append_native_row_cells
Append cells to a Native Ramp table
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_append_native_row_cells '{}' --json kosmo integrations:ramp ramp_post_dev_api_append_native_row_cells '{}' --json ramp.ramp_post_dev_api_remove_native_row_cells
Remove cells from a Native Ramp table
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_dev_api_remove_native_row_cells '{}' --json kosmo integrations:ramp ramp_post_dev_api_remove_native_row_cells '{}' --json ramp.ramp_get_department_list_with_pagination
List departments
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_department_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_department_list_with_pagination '{}' --json ramp.ramp_post_department_list_with_pagination
Create a department
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_department_list_with_pagination '{}' --json kosmo integrations:ramp ramp_post_department_list_with_pagination '{}' --json ramp.ramp_get_department_resource
Fetch a department
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_department_resource '{}' --json kosmo integrations:ramp ramp_get_department_resource '{}' --json ramp.ramp_patch_department_resource
Update a department
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_department_resource '{}' --json kosmo integrations:ramp ramp_patch_department_resource '{}' --json ramp.ramp_post_ramp_embedded_card_resource
The specified card must be activated and currently active
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_ramp_embedded_card_resource '{}' --json kosmo integrations:ramp ramp_post_ramp_embedded_card_resource '{}' --json ramp.ramp_get_entity_list_with_pagination
List business entities
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_entity_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_entity_list_with_pagination '{}' --json ramp.ramp_get_entity_resource
Get a business entity
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_entity_resource '{}' --json kosmo integrations:ramp ramp_get_entity_resource '{}' --json ramp.ramp_get_item_receipts_resource
List item receipts
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_item_receipts_resource '{}' --json kosmo integrations:ramp ramp_get_item_receipts_resource '{}' --json ramp.ramp_post_item_receipts_resource
Create an item receipt
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_item_receipts_resource '{}' --json kosmo integrations:ramp ramp_post_item_receipts_resource '{}' --json ramp.ramp_delete_item_receipt_single_resource
Delete an item receipt
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_item_receipt_single_resource '{}' --json kosmo integrations:ramp ramp_delete_item_receipt_single_resource '{}' --json ramp.ramp_get_item_receipt_single_resource
Fetch an item receipt
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_item_receipt_single_resource '{}' --json kosmo integrations:ramp ramp_get_item_receipt_single_resource '{}' --json ramp.ramp_get_spend_limit_list_with_pagination
List limits
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_spend_limit_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_spend_limit_list_with_pagination '{}' --json ramp.ramp_post_spend_limit_creation
Limit may either be created with spend program id (can provide display name and spending restrictions, cannot permitted spend types) or without (must provide display name, spend...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_spend_limit_creation '{}' --json kosmo integrations:ramp ramp_post_spend_limit_creation '{}' --json ramp.ramp_get_spend_limit_deferred_task_status
Fetch deferred task status
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_spend_limit_deferred_task_status '{}' --json kosmo integrations:ramp ramp_get_spend_limit_deferred_task_status '{}' --json ramp.ramp_get_spend_limit_resource
Fetch a limit
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_spend_limit_resource '{}' --json kosmo integrations:ramp ramp_get_spend_limit_resource '{}' --json ramp.ramp_patch_spend_limit_resource
Update a limit
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_spend_limit_resource '{}' --json kosmo integrations:ramp ramp_patch_spend_limit_resource '{}' --json ramp.ramp_put_spend_limit_resource
Update a limit
write - Parameters
- none
kosmo integrations:call ramp.ramp_put_spend_limit_resource '{}' --json kosmo integrations:ramp ramp_put_spend_limit_resource '{}' --json ramp.ramp_put_spend_allocation_add_users
Add new users into a shared limit
write - Parameters
- none
kosmo integrations:call ramp.ramp_put_spend_allocation_add_users '{}' --json kosmo integrations:ramp ramp_put_spend_allocation_add_users '{}' --json ramp.ramp_post_spend_limit_termination_resource
This endpoint creates an async task to terminate a limit permanently.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_spend_limit_termination_resource '{}' --json kosmo integrations:ramp ramp_post_spend_limit_termination_resource '{}' --json ramp.ramp_delete_spend_allocation_delete_users
Remove users from a shared limit
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_spend_allocation_delete_users '{}' --json kosmo integrations:ramp ramp_delete_spend_allocation_delete_users '{}' --json ramp.ramp_post_spend_limit_suspension_resource
Suspend a limit
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_spend_limit_suspension_resource '{}' --json kosmo integrations:ramp ramp_post_spend_limit_suspension_resource '{}' --json ramp.ramp_post_spend_limit_unsuspension_resource
Unsuspend a limit
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_spend_limit_unsuspension_resource '{}' --json kosmo integrations:ramp ramp_post_spend_limit_unsuspension_resource '{}' --json ramp.ramp_get_location_list_resource
List locations
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_location_list_resource '{}' --json kosmo integrations:ramp ramp_get_location_list_resource '{}' --json ramp.ramp_post_location_list_resource
Create a location
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_location_list_resource '{}' --json kosmo integrations:ramp ramp_post_location_list_resource '{}' --json ramp.ramp_get_location_single_resource
Fetch a location
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_location_single_resource '{}' --json kosmo integrations:ramp ramp_get_location_single_resource '{}' --json ramp.ramp_patch_location_single_resource
Update a location
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_location_single_resource '{}' --json kosmo integrations:ramp ramp_patch_location_single_resource '{}' --json ramp.ramp_get_memo_list_with_pagination
List memos
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_memo_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_memo_list_with_pagination '{}' --json ramp.ramp_get_memo_single_resource
Fetch a transaction memo
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_memo_single_resource '{}' --json kosmo integrations:ramp ramp_get_memo_single_resource '{}' --json ramp.ramp_post_memo_create_single_resource
Upload a new memo for a transaction
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_memo_create_single_resource '{}' --json kosmo integrations:ramp ramp_post_memo_create_single_resource '{}' --json ramp.ramp_get_merchant_list_with_pagination
List merchants
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_merchant_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_merchant_list_with_pagination '{}' --json ramp.ramp_get_purchase_orders_resource
List purchase orders
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_purchase_orders_resource '{}' --json kosmo integrations:ramp ramp_get_purchase_orders_resource '{}' --json ramp.ramp_post_purchase_orders_resource
Create a purchase order
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_purchase_orders_resource '{}' --json kosmo integrations:ramp ramp_post_purchase_orders_resource '{}' --json ramp.ramp_get_purchase_order_single_resource
Fetch a purchase order
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_purchase_order_single_resource '{}' --json kosmo integrations:ramp ramp_get_purchase_order_single_resource '{}' --json ramp.ramp_patch_purchase_order_single_resource
Purchase order must be approved.
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_purchase_order_single_resource '{}' --json kosmo integrations:ramp ramp_patch_purchase_order_single_resource '{}' --json ramp.ramp_post_purchase_order_archive_resource
Archive a purchase order
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_purchase_order_archive_resource '{}' --json kosmo integrations:ramp ramp_post_purchase_order_archive_resource '{}' --json ramp.ramp_post_purchase_order_line_items_resource
Add line items to an existing purchase order
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_purchase_order_line_items_resource '{}' --json kosmo integrations:ramp ramp_post_purchase_order_line_items_resource '{}' --json ramp.ramp_delete_purchase_order_line_item_single_resource
Purchase order must be approved.
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_purchase_order_line_item_single_resource '{}' --json kosmo integrations:ramp ramp_delete_purchase_order_line_item_single_resource '{}' --json ramp.ramp_patch_purchase_order_line_item_single_resource
Purchase order must be approved.
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_purchase_order_line_item_single_resource '{}' --json kosmo integrations:ramp ramp_patch_purchase_order_line_item_single_resource '{}' --json ramp.ramp_get_receipt_integration_opted_out_emails_list_resource
List emails opted out of receipt integrations
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_receipt_integration_opted_out_emails_list_resource '{}' --json kosmo integrations:ramp ramp_get_receipt_integration_opted_out_emails_list_resource '{}' --json ramp.ramp_post_receipt_integration_opted_out_emails_list_resource
Add a new email to receipt integrations opt-out list
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_receipt_integration_opted_out_emails_list_resource '{}' --json kosmo integrations:ramp ramp_post_receipt_integration_opted_out_emails_list_resource '{}' --json ramp.ramp_delete_receipt_integration_opted_out_emails_delete_resource
Successful request will opt-in email to receipt integrations.
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_receipt_integration_opted_out_emails_delete_resource '{}' --json kosmo integrations:ramp ramp_delete_receipt_integration_opted_out_emails_delete_resource '{}' --json ramp.ramp_get_receipt_list
List receipts
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_receipt_list '{}' --json kosmo integrations:ramp ramp_get_receipt_list '{}' --json ramp.ramp_post_receipt_upload
image and optionally associate it with a transaction. If a `transaction_id` is provided, the receipt will be linked directly to that transaction. If not, Ramp will attempt to au...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_receipt_upload '{}' --json kosmo integrations:ramp ramp_post_receipt_upload '{}' --json ramp.ramp_get_receipt_single_resource
Fetch a receipt
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_receipt_single_resource '{}' --json kosmo integrations:ramp ramp_get_receipt_single_resource '{}' --json ramp.ramp_get_reimbursement_list_with_pagination
List reimbursements
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_reimbursement_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_reimbursement_list_with_pagination '{}' --json ramp.ramp_post_mileage_reimbursement_resource
Create a mileage reimbursement
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_mileage_reimbursement_resource '{}' --json kosmo integrations:ramp ramp_post_mileage_reimbursement_resource '{}' --json ramp.ramp_post_reimbursement_receipt_upload
If a `reimbursement_id` is provided, the receipt will be linked directly to that reimbursement. If not, Ramp will attempt to automatically create a draft reimbursement via OCR. ...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_reimbursement_receipt_upload '{}' --json kosmo integrations:ramp ramp_post_reimbursement_receipt_upload '{}' --json ramp.ramp_get_reimbursement_resource
Fetch a reimbursement
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_reimbursement_resource '{}' --json kosmo integrations:ramp ramp_get_reimbursement_resource '{}' --json ramp.ramp_get_repayment_list_with_pagination
This endpoint supports filtering. Results are sorted by creation date in descending order. Note that entity_id filtering is not supported yet.
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_repayment_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_repayment_list_with_pagination '{}' --json ramp.ramp_get_spend_program_resource
List spend programs
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_spend_program_resource '{}' --json kosmo integrations:ramp ramp_get_spend_program_resource '{}' --json ramp.ramp_post_spend_program_resource
Create a spend program
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_spend_program_resource '{}' --json kosmo integrations:ramp ramp_post_spend_program_resource '{}' --json ramp.ramp_get_spend_program_single_resource
Fetch a spend program
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_spend_program_single_resource '{}' --json kosmo integrations:ramp ramp_get_spend_program_single_resource '{}' --json ramp.ramp_get_spend_program_workflow_nodes_resource
Fetch blank canvas workflow nodes for a spend program
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_spend_program_workflow_nodes_resource '{}' --json kosmo integrations:ramp ramp_get_spend_program_workflow_nodes_resource '{}' --json ramp.ramp_post_spend_request_draft_via_ocr
Requests should be made with `multipart/form-data` content type.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_spend_request_draft_via_ocr '{}' --json kosmo integrations:ramp ramp_post_spend_request_draft_via_ocr '{}' --json ramp.ramp_get_statement_list_with_pagination
List statements
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_statement_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_statement_list_with_pagination '{}' --json ramp.ramp_get_statement_resource
Fetch a statement
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_statement_resource '{}' --json kosmo integrations:ramp ramp_get_statement_resource '{}' --json ramp.ramp_post_token
Expects two headers: - Authorization header formed from base-64 encoded client credentials as `Authorization: Basic ` - `Content-Type: application/x-www-form-urlencoded` Require...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_token '{}' --json kosmo integrations:ramp ramp_post_token '{}' --json ramp.ramp_post_revoke_token
Expects an authorization header formed from base-64 encoded client credentials as `Authorization: Basic `. Content body must be form-encoded. Example: ``` curl \ -X POST \ -H "A...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_revoke_token '{}' --json kosmo integrations:ramp ramp_post_revoke_token '{}' --json ramp.ramp_get_transactions_canonical_list_with_pagination
This endpoint supports filtering and ordering. If state is not set, all transactions except declined transactions will be returned. Note that setting multiple ordering parameter...
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_transactions_canonical_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_transactions_canonical_list_with_pagination '{}' --json ramp.ramp_get_transaction_canonical_resource
Fetch a transaction
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_transaction_canonical_resource '{}' --json kosmo integrations:ramp ramp_get_transaction_canonical_resource '{}' --json ramp.ramp_get_transfer_list_with_pagination
For information on how to use this endpoint, refer to the [Transfers Guide](/developer-api/v1/guides/transfers).
write - Parameters
- none
kosmo integrations:call ramp.ramp_get_transfer_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_transfer_list_with_pagination '{}' --json ramp.ramp_get_transfer_resource
For information on how to use this endpoint, refer to the [Transfers Guide](/developer-api/v1/guides/transfers).
write - Parameters
- none
kosmo integrations:call ramp.ramp_get_transfer_resource '{}' --json kosmo integrations:ramp ramp_get_transfer_resource '{}' --json ramp.ramp_get_trip_list_resource
List all trips for the business
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_trip_list_resource '{}' --json kosmo integrations:ramp ramp_get_trip_list_resource '{}' --json ramp.ramp_get_trip_single_resource
Fetch a trip
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_trip_single_resource '{}' --json kosmo integrations:ramp ramp_get_trip_single_resource '{}' --json ramp.ramp_get_unified_request_list_with_pagination
NOTE: - Response schema is not finalized and will have breaking changes prior to release - This endpoint _is_ user aware, meaning perm-based filtering is applied to the query
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_unified_request_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_unified_request_list_with_pagination '{}' --json ramp.ramp_get_unified_request_detail_resource
NOTE: - Response schema is not finalized and will have breaking changes prior to release - This endpoint _is_ user aware, meaning perm-based filtering is applied to the query
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_unified_request_detail_resource '{}' --json kosmo integrations:ramp ramp_get_unified_request_detail_resource '{}' --json ramp.ramp_get_user_list_with_pagination
List users
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_user_list_with_pagination '{}' --json kosmo integrations:ramp ramp_get_user_list_with_pagination '{}' --json ramp.ramp_post_user_creation_deferred_task
Call this endpoint to trigger an async task to send out a user invite via email. Users will need to accept the invite in order to be onboarded. Assign a user to a specific entit...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_user_creation_deferred_task '{}' --json kosmo integrations:ramp ramp_post_user_creation_deferred_task '{}' --json ramp.ramp_get_user_deferred_task_resource
Fetch deferred task status
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_user_deferred_task_resource '{}' --json kosmo integrations:ramp ramp_get_user_deferred_task_resource '{}' --json ramp.ramp_get_user_resource
Fetch a user
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_user_resource '{}' --json kosmo integrations:ramp ramp_get_user_resource '{}' --json ramp.ramp_patch_user_resource
Update a user
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_user_resource '{}' --json kosmo integrations:ramp ramp_patch_user_resource '{}' --json ramp.ramp_patch_user_deactivation_resource
When users are deactivated, they will no longer be able to log in, spend on cards, or receive any notifications from Ramp.
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_user_deactivation_resource '{}' --json kosmo integrations:ramp ramp_patch_user_deactivation_resource '{}' --json ramp.ramp_post_user_invite_action_resource
Performs one of three actions against a draft user, delegating to the Identity-owned invite / scheduled-invitation services: - `SCHEDULE`: Create or update a scheduled invitatio...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_user_invite_action_resource '{}' --json kosmo integrations:ramp ramp_post_user_invite_action_resource '{}' --json ramp.ramp_patch_user_reactivation_resource
Upon reactivation, users can log in to Ramp again, spend on their previously issued cards and resume receiving Ramp notifications.
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_user_reactivation_resource '{}' --json kosmo integrations:ramp ramp_patch_user_reactivation_resource '{}' --json ramp.ramp_post_card_vault_creation
Vault API access is required to use this endpoint.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_card_vault_creation '{}' --json kosmo integrations:ramp ramp_post_card_vault_creation '{}' --json ramp.ramp_get_card_vault_resource
Accepts a card's ID and returns its sensitive details. Vault API access is required to use this endpoint.
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_card_vault_resource '{}' --json kosmo integrations:ramp ramp_get_card_vault_resource '{}' --json ramp.ramp_get_vendor_list_resource
List vendors
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_vendor_list_resource '{}' --json kosmo integrations:ramp ramp_get_vendor_list_resource '{}' --json ramp.ramp_post_vendor_list_resource
Vendors created in the API are approved by default, and are not subject to existing approval policies.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_vendor_list_resource '{}' --json kosmo integrations:ramp ramp_post_vendor_list_resource '{}' --json ramp.ramp_post_vendor_agreement_list_resource
List vendor agreements
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_vendor_agreement_list_resource '{}' --json kosmo integrations:ramp ramp_post_vendor_agreement_list_resource '{}' --json ramp.ramp_delete_vendor_agreement_resource
Delete a vendor agreement
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_vendor_agreement_resource '{}' --json kosmo integrations:ramp ramp_delete_vendor_agreement_resource '{}' --json ramp.ramp_get_vendor_agreement_resource
Fetch a vendor agreement
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_vendor_agreement_resource '{}' --json kosmo integrations:ramp ramp_get_vendor_agreement_resource '{}' --json ramp.ramp_patch_vendor_agreement_resource
Update a vendor agreement
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_vendor_agreement_resource '{}' --json kosmo integrations:ramp ramp_patch_vendor_agreement_resource '{}' --json ramp.ramp_post_vendor_agreement_document_upload_resource
This endpoint accepts the [multipart/form-data](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST) format. Include each agreement file as a repeated `documents` par...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_vendor_agreement_document_upload_resource '{}' --json kosmo integrations:ramp ramp_post_vendor_agreement_document_upload_resource '{}' --json ramp.ramp_post_vendor_agreement_link_resource
Link purchase orders or documents to a vendor agreement
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_vendor_agreement_link_resource '{}' --json kosmo integrations:ramp ramp_post_vendor_agreement_link_resource '{}' --json ramp.ramp_post_vendor_agreement_spend_request_link_resource
Link a spend request to a vendor agreement
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_vendor_agreement_spend_request_link_resource '{}' --json kosmo integrations:ramp ramp_post_vendor_agreement_spend_request_link_resource '{}' --json ramp.ramp_delete_vendor_agreement_unlink_resource
Unlink purchase orders or documents from a vendor agreement
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_vendor_agreement_unlink_resource '{}' --json kosmo integrations:ramp ramp_delete_vendor_agreement_unlink_resource '{}' --json ramp.ramp_get_all_vendor_credits_list
List all vendor credits for all vendors of a business
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_all_vendor_credits_list '{}' --json kosmo integrations:ramp ramp_get_all_vendor_credits_list '{}' --json ramp.ramp_get_vendor_credit_detail
Fetch a vendor credit
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_vendor_credit_detail '{}' --json kosmo integrations:ramp ramp_get_vendor_credit_detail '{}' --json ramp.ramp_delete_vendor_resource
A vendor cannot be deleted if it has associated transactions, bills, contracts, or spend requests.
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_vendor_resource '{}' --json kosmo integrations:ramp ramp_delete_vendor_resource '{}' --json ramp.ramp_get_vendor_resource
Fetch a vendor
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_vendor_resource '{}' --json kosmo integrations:ramp ramp_get_vendor_resource '{}' --json ramp.ramp_patch_vendor_resource
Update a vendor
write - Parameters
- none
kosmo integrations:call ramp.ramp_patch_vendor_resource '{}' --json kosmo integrations:ramp ramp_patch_vendor_resource '{}' --json ramp.ramp_get_vendor_bank_account_list_resource
List vendor bank accounts
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_vendor_bank_account_list_resource '{}' --json kosmo integrations:ramp ramp_get_vendor_bank_account_list_resource '{}' --json ramp.ramp_get_vendor_bank_account_resource
Fetch a vendor bank account
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_vendor_bank_account_resource '{}' --json kosmo integrations:ramp ramp_get_vendor_bank_account_resource '{}' --json ramp.ramp_post_vendor_bank_account_archive_resource
If the bank account has associated bills, drafts, or recurring templates, a replacement_bank_account_id must be provided in the request body.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_vendor_bank_account_archive_resource '{}' --json kosmo integrations:ramp ramp_post_vendor_bank_account_archive_resource '{}' --json ramp.ramp_post_vendor_agreement_create_resource
Create a vendor agreement
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_vendor_agreement_create_resource '{}' --json kosmo integrations:ramp ramp_post_vendor_agreement_create_resource '{}' --json ramp.ramp_get_vendor_contact_list_resource
List vendor contacts for vendor
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_vendor_contact_list_resource '{}' --json kosmo integrations:ramp ramp_get_vendor_contact_list_resource '{}' --json ramp.ramp_get_vendor_contact_resource
Fetch a vendor contact
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_vendor_contact_resource '{}' --json kosmo integrations:ramp ramp_get_vendor_contact_resource '{}' --json ramp.ramp_get_vendor_credits_list
List vendor credits by vendor
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_vendor_credits_list '{}' --json kosmo integrations:ramp ramp_get_vendor_credits_list '{}' --json ramp.ramp_post_vendor_bank_account_update_resource
Adds payment details for the vendor through the approval workflow. The proposal may require approval depending on the business's approval policies. Supported payment methods: - ...
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_vendor_bank_account_update_resource '{}' --json kosmo integrations:ramp ramp_post_vendor_bank_account_update_resource '{}' --json ramp.ramp_get_outbound_webhook_subscription_resource
Get all webhook subscriptions
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_outbound_webhook_subscription_resource '{}' --json kosmo integrations:ramp ramp_get_outbound_webhook_subscription_resource '{}' --json ramp.ramp_post_outbound_webhook_subscription_resource
The newly registered subscription will be in the pending verficiation state. You will need to verify your endpoint with the provided challenge.
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_outbound_webhook_subscription_resource '{}' --json kosmo integrations:ramp ramp_post_outbound_webhook_subscription_resource '{}' --json ramp.ramp_post_mock_outbound_webhook_event_resource
Create a mock webhook event for active subscriptions matching the event type
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_mock_outbound_webhook_event_resource '{}' --json kosmo integrations:ramp ramp_post_mock_outbound_webhook_event_resource '{}' --json ramp.ramp_delete_outbound_webhook_subscription_detail_resource
Delete a webhook subscription by id
write - Parameters
- none
kosmo integrations:call ramp.ramp_delete_outbound_webhook_subscription_detail_resource '{}' --json kosmo integrations:ramp ramp_delete_outbound_webhook_subscription_detail_resource '{}' --json ramp.ramp_get_outbound_webhook_subscription_detail_resource
Get a webhook subscription by id
read - Parameters
- none
kosmo integrations:call ramp.ramp_get_outbound_webhook_subscription_detail_resource '{}' --json kosmo integrations:ramp ramp_get_outbound_webhook_subscription_detail_resource '{}' --json ramp.ramp_post_outbound_webhook_subscription_verify_resource
Verify a webhook subscription
write - Parameters
- none
kosmo integrations:call ramp.ramp_post_outbound_webhook_subscription_verify_resource '{}' --json kosmo integrations:ramp ramp_post_outbound_webhook_subscription_verify_resource '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
ramp.ramp_get_gl_account_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_gl_account_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_gl_account_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_gl_account_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_gl_account_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_gl_account_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_gl_account_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_gl_account_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_gl_account_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_gl_account_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_accounting_all_connections_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_accounting_all_connections_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_accounting_connection_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_accounting_connection_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_accounting_current_connection_resource_deprecated 0 parameters
kosmo integrations:schema ramp.ramp_get_accounting_current_connection_resource_deprecated --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_accounting_connection_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_accounting_connection_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_accounting_connection_detail_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_accounting_connection_detail_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_accounting_connection_detail_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_accounting_connection_detail_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_reactivate_connection_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_reactivate_connection_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_custom_field_option_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_custom_field_option_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_custom_field_option_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_custom_field_option_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_custom_field_option_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_custom_field_option_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_custom_field_option_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_custom_field_option_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_custom_field_option_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_custom_field_option_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_put_custom_field_option_resource 0 parameters
kosmo integrations:schema ramp.ramp_put_custom_field_option_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_custom_field_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_custom_field_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_custom_field_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_custom_field_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_custom_field_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_custom_field_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_custom_field_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_custom_field_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_custom_field_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_custom_field_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_inventory_item_field_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_inventory_item_field_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_inventory_item_field_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_inventory_item_field_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_inventory_item_field_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_inventory_item_field_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_inventory_item_field_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_inventory_item_field_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_inventory_item_field_options_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_inventory_item_field_options_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_inventory_item_field_options_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_inventory_item_field_options_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_inventory_item_field_option_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_inventory_item_field_option_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_inventory_item_field_option_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_inventory_item_field_option_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_ramp_field_option_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_ramp_field_option_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_ramp_field_option_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_ramp_field_option_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_ramp_field_option_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_ramp_field_option_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_ramp_field_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_ramp_field_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_ramp_field_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_ramp_field_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_ramp_field_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_ramp_field_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_ramp_field_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_ramp_field_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_ramp_field_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_ramp_field_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_ready_to_sync_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_ready_to_sync_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_sync_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_sync_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_tax_code_field_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_tax_code_field_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_tax_code_field_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_tax_code_field_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_tax_code_field_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_tax_code_field_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_tax_code_field_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_tax_code_field_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_tax_code_field_options_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_tax_code_field_options_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_tax_code_field_options_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_tax_code_field_options_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_tax_code_field_option_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_tax_code_field_option_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_tax_code_field_option_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_tax_code_field_option_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_tax_code_rates_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_tax_code_rates_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_tax_code_rates_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_tax_code_rates_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_tax_rate_detail_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_tax_rate_detail_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_tax_rate_detail_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_tax_rate_detail_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_accounting_vendor_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_accounting_vendor_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_accounting_vendor_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_accounting_vendor_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_accounting_vendor_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_accounting_vendor_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_accounting_vendor_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_accounting_vendor_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_accounting_vendor_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_accounting_vendor_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_application_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_application_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_application_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_application_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_audit_log_events_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_audit_log_events_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_bank_account_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_bank_account_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_bank_account_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_bank_account_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_bill_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_bill_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_bill_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_post_bill_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_draft_bill_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_draft_bill_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_draft_bill_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_post_draft_bill_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_draft_bill_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_draft_bill_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_draft_bill_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_draft_bill_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_draft_bill_attachment_upload_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_draft_bill_attachment_upload_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_bill_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_bill_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_bill_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_bill_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_bill_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_bill_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_bill_attachment_upload_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_bill_attachment_upload_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_blank_canvas_approval_document_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_blank_canvas_approval_document_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_blank_canvas_approval_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_blank_canvas_approval_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_blank_canvas_approval_external_approval_metadata_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_blank_canvas_approval_external_approval_metadata_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_business_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_business_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_business_balance_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_business_balance_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_card_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_card_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_physical_card 0 parameters
kosmo integrations:schema ramp.ramp_post_physical_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_card_deferred_task_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_card_deferred_task_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_virtual_card 0 parameters
kosmo integrations:schema ramp.ramp_post_virtual_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_card_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_card_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_card_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_card_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_card_suspension_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_card_suspension_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_card_termination_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_card_termination_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_card_unsuspension_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_card_unsuspension_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_cashback_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_cashback_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_cashback_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_cashback_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_comments_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_comments_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_comments_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_comments_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_custom_form_collection_response_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_custom_form_collection_response_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_configure_custom_tables 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_configure_custom_tables --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_configure_custom_table_columns 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_configure_custom_table_columns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_dev_api_rename_custom_table_column 0 parameters
kosmo integrations:schema ramp.ramp_patch_dev_api_rename_custom_table_column --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_configure_native_tables 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_configure_native_tables --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_configure_native_table_columns 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_configure_native_table_columns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_dev_api_rename_native_table_column 0 parameters
kosmo integrations:schema ramp.ramp_patch_dev_api_rename_native_table_column --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_dev_api_custom_table 0 parameters
kosmo integrations:schema ramp.ramp_get_dev_api_custom_table --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_dev_api_custom_table_column 0 parameters
kosmo integrations:schema ramp.ramp_get_dev_api_custom_table_column --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_dev_api_custom_row 0 parameters
kosmo integrations:schema ramp.ramp_delete_dev_api_custom_row --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_dev_api_custom_row 0 parameters
kosmo integrations:schema ramp.ramp_get_dev_api_custom_row --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_put_dev_api_custom_row 0 parameters
kosmo integrations:schema ramp.ramp_put_dev_api_custom_row --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_dev_api_change_custom_row_external_key 0 parameters
kosmo integrations:schema ramp.ramp_patch_dev_api_change_custom_row_external_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_append_custom_row_cells 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_append_custom_row_cells --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_remove_custom_row_cells 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_remove_custom_row_cells --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_dev_api_matrix_tables 0 parameters
kosmo integrations:schema ramp.ramp_get_dev_api_matrix_tables --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_matrix_tables 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_matrix_tables --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_add_matrix_result_column 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_add_matrix_result_column --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_dev_api_rename_matrix_column 0 parameters
kosmo integrations:schema ramp.ramp_patch_dev_api_rename_matrix_column --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_matrix_list_rows 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_matrix_list_rows --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_rename_matrix_table 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_rename_matrix_table --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_put_dev_api_matrix_put_rows 0 parameters
kosmo integrations:schema ramp.ramp_put_dev_api_matrix_put_rows --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_matrix_append_cells 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_matrix_append_cells --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_matrix_remove_cells 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_matrix_remove_cells --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_dev_api_delete_matrix_row 0 parameters
kosmo integrations:schema ramp.ramp_delete_dev_api_delete_matrix_row --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_dev_api_native_table 0 parameters
kosmo integrations:schema ramp.ramp_get_dev_api_native_table --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_dev_api_native_table_column 0 parameters
kosmo integrations:schema ramp.ramp_get_dev_api_native_table_column --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_dev_api_native_row 0 parameters
kosmo integrations:schema ramp.ramp_get_dev_api_native_row --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_put_dev_api_native_row 0 parameters
kosmo integrations:schema ramp.ramp_put_dev_api_native_row --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_append_native_row_cells 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_append_native_row_cells --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_dev_api_remove_native_row_cells 0 parameters
kosmo integrations:schema ramp.ramp_post_dev_api_remove_native_row_cells --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_department_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_department_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_department_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_post_department_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_department_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_department_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_department_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_department_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_ramp_embedded_card_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_ramp_embedded_card_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_entity_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_entity_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_entity_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_entity_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_item_receipts_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_item_receipts_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_item_receipts_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_item_receipts_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_item_receipt_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_item_receipt_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_item_receipt_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_item_receipt_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_spend_limit_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_spend_limit_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_spend_limit_creation 0 parameters
kosmo integrations:schema ramp.ramp_post_spend_limit_creation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_spend_limit_deferred_task_status 0 parameters
kosmo integrations:schema ramp.ramp_get_spend_limit_deferred_task_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_spend_limit_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_spend_limit_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_spend_limit_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_spend_limit_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_put_spend_limit_resource 0 parameters
kosmo integrations:schema ramp.ramp_put_spend_limit_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_put_spend_allocation_add_users 0 parameters
kosmo integrations:schema ramp.ramp_put_spend_allocation_add_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_spend_limit_termination_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_spend_limit_termination_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_spend_allocation_delete_users 0 parameters
kosmo integrations:schema ramp.ramp_delete_spend_allocation_delete_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_spend_limit_suspension_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_spend_limit_suspension_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_spend_limit_unsuspension_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_spend_limit_unsuspension_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_location_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_location_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_location_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_location_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_location_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_location_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_location_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_location_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_memo_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_memo_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_memo_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_memo_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_memo_create_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_memo_create_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_merchant_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_merchant_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_purchase_orders_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_purchase_orders_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_purchase_orders_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_purchase_orders_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_purchase_order_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_purchase_order_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_purchase_order_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_purchase_order_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_purchase_order_archive_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_purchase_order_archive_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_purchase_order_line_items_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_purchase_order_line_items_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_purchase_order_line_item_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_purchase_order_line_item_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_purchase_order_line_item_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_purchase_order_line_item_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_receipt_integration_opted_out_emails_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_receipt_integration_opted_out_emails_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_receipt_integration_opted_out_emails_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_receipt_integration_opted_out_emails_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_receipt_integration_opted_out_emails_delete_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_receipt_integration_opted_out_emails_delete_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_receipt_list 0 parameters
kosmo integrations:schema ramp.ramp_get_receipt_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_receipt_upload 0 parameters
kosmo integrations:schema ramp.ramp_post_receipt_upload --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_receipt_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_receipt_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_reimbursement_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_reimbursement_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_mileage_reimbursement_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_mileage_reimbursement_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_reimbursement_receipt_upload 0 parameters
kosmo integrations:schema ramp.ramp_post_reimbursement_receipt_upload --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_reimbursement_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_reimbursement_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_repayment_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_repayment_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_spend_program_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_spend_program_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_spend_program_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_spend_program_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_spend_program_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_spend_program_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_spend_program_workflow_nodes_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_spend_program_workflow_nodes_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_spend_request_draft_via_ocr 0 parameters
kosmo integrations:schema ramp.ramp_post_spend_request_draft_via_ocr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_statement_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_statement_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_statement_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_statement_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_token 0 parameters
kosmo integrations:schema ramp.ramp_post_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_revoke_token 0 parameters
kosmo integrations:schema ramp.ramp_post_revoke_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_transactions_canonical_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_transactions_canonical_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_transaction_canonical_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_transaction_canonical_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_transfer_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_transfer_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_transfer_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_transfer_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_trip_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_trip_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_trip_single_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_trip_single_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_unified_request_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_unified_request_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_unified_request_detail_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_unified_request_detail_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_user_list_with_pagination 0 parameters
kosmo integrations:schema ramp.ramp_get_user_list_with_pagination --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_user_creation_deferred_task 0 parameters
kosmo integrations:schema ramp.ramp_post_user_creation_deferred_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_user_deferred_task_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_user_deferred_task_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_user_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_user_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_user_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_user_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_user_deactivation_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_user_deactivation_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_user_invite_action_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_user_invite_action_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_user_reactivation_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_user_reactivation_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_card_vault_creation 0 parameters
kosmo integrations:schema ramp.ramp_post_card_vault_creation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_card_vault_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_card_vault_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_vendor_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_vendor_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_vendor_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_vendor_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_vendor_agreement_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_vendor_agreement_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_vendor_agreement_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_vendor_agreement_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_vendor_agreement_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_vendor_agreement_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_vendor_agreement_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_vendor_agreement_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_vendor_agreement_document_upload_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_vendor_agreement_document_upload_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_vendor_agreement_link_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_vendor_agreement_link_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_vendor_agreement_spend_request_link_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_vendor_agreement_spend_request_link_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_vendor_agreement_unlink_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_vendor_agreement_unlink_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_all_vendor_credits_list 0 parameters
kosmo integrations:schema ramp.ramp_get_all_vendor_credits_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_vendor_credit_detail 0 parameters
kosmo integrations:schema ramp.ramp_get_vendor_credit_detail --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_vendor_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_vendor_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_vendor_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_vendor_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_patch_vendor_resource 0 parameters
kosmo integrations:schema ramp.ramp_patch_vendor_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_vendor_bank_account_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_vendor_bank_account_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_vendor_bank_account_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_vendor_bank_account_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_vendor_bank_account_archive_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_vendor_bank_account_archive_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_vendor_agreement_create_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_vendor_agreement_create_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_vendor_contact_list_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_vendor_contact_list_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_vendor_contact_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_vendor_contact_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_vendor_credits_list 0 parameters
kosmo integrations:schema ramp.ramp_get_vendor_credits_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_vendor_bank_account_update_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_vendor_bank_account_update_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_outbound_webhook_subscription_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_outbound_webhook_subscription_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_outbound_webhook_subscription_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_outbound_webhook_subscription_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_mock_outbound_webhook_event_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_mock_outbound_webhook_event_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_delete_outbound_webhook_subscription_detail_resource 0 parameters
kosmo integrations:schema ramp.ramp_delete_outbound_webhook_subscription_detail_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_get_outbound_webhook_subscription_detail_resource 0 parameters
kosmo integrations:schema ramp.ramp_get_outbound_webhook_subscription_detail_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
ramp.ramp_post_outbound_webhook_subscription_verify_resource 0 parameters
kosmo integrations:schema ramp.ramp_post_outbound_webhook_subscription_verify_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.