KosmoKrator

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, configure, and verify
# 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.

KeyEnv varTypeRequiredLabel
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.

Generic CLI call
kosmo integrations:call ramp.ramp_get_gl_account_list_resource '{}' --json
Provider shortcut
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.

Discovery commands
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_gl_account_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_gl_account_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_gl_account_list_resource '{}' --json

ramp.ramp_delete_gl_account_resource

Delete a general ledger account

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_gl_account_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_gl_account_resource '{}' --json

ramp.ramp_get_gl_account_resource

Fetch a general ledger account

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_gl_account_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_gl_account_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_accounting_all_connections_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_accounting_connection_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_accounting_current_connection_resource_deprecated '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_accounting_connection_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_accounting_connection_resource '{}' --json

ramp.ramp_get_accounting_connection_detail_resource

Fetch an accounting connection by ID

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_accounting_connection_detail_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_accounting_connection_detail_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_reactivate_connection_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_custom_field_option_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_custom_field_option_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_custom_field_option_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_custom_field_option_resource '{}' --json

ramp.ramp_get_custom_field_option_resource

Fetch a custom accounting field option

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_custom_field_option_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_custom_field_option_resource '{}' --json

ramp.ramp_patch_custom_field_option_resource

Update a custom accounting field option

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_custom_field_option_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_custom_field_option_resource '{}' --json

ramp.ramp_put_custom_field_option_resource

Update a custom accounting field option

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_put_custom_field_option_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_put_custom_field_option_resource '{}' --json

ramp.ramp_get_custom_field_list_resource

List custom accounting fields

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_custom_field_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_custom_field_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_custom_field_list_resource '{}' --json

ramp.ramp_delete_custom_field_resource

Delete a custom accounting field

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_custom_field_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_custom_field_resource '{}' --json

ramp.ramp_get_custom_field_resource

Fetch a custom accounting field

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_custom_field_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_custom_field_resource '{}' --json

ramp.ramp_patch_custom_field_resource

Update a custom accounting field

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_custom_field_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_custom_field_resource '{}' --json

ramp.ramp_delete_inventory_item_field_list_resource

Delete inventory item accounting field

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_inventory_item_field_list_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_inventory_item_field_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_inventory_item_field_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_inventory_item_field_list_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_inventory_item_field_options_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_inventory_item_field_options_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_inventory_item_field_option_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_inventory_item_field_option_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_ramp_field_option_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_ramp_field_option_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_ramp_field_option_resource '{}' --json

ramp.ramp_patch_ramp_field_option_resource

Update a Ramp-only field option

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_ramp_field_option_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_ramp_field_option_resource '{}' --json

ramp.ramp_get_ramp_field_list_resource

List Ramp-only accounting fields

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_ramp_field_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_ramp_field_list_resource '{}' --json

ramp.ramp_post_ramp_field_list_resource

Create a Ramp-only accounting field

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_ramp_field_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_ramp_field_list_resource '{}' --json

ramp.ramp_delete_ramp_field_resource

Delete a Ramp-only accounting field

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_ramp_field_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_ramp_field_resource '{}' --json

ramp.ramp_get_ramp_field_resource

Fetch a Ramp-only accounting field

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_ramp_field_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_ramp_field_resource '{}' --json

ramp.ramp_patch_ramp_field_resource

Update a Ramp-only accounting field

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_ramp_field_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_ready_to_sync_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_sync_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_sync_list_resource '{}' --json

ramp.ramp_delete_tax_code_field_resource

Delete tax code accounting field

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_tax_code_field_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_tax_code_field_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_tax_code_field_resource '{}' --json

ramp.ramp_patch_tax_code_field_resource

Update tax code accounting field

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_tax_code_field_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_tax_code_field_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_tax_code_field_resource '{}' --json

ramp.ramp_get_tax_code_field_options_list_resource

List tax code options

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_tax_code_field_options_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_tax_code_field_options_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_tax_code_field_option_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_tax_code_field_option_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_tax_code_field_option_resource '{}' --json

ramp.ramp_get_tax_code_rates_list_resource

List tax rates

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_tax_code_rates_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_tax_code_rates_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_tax_code_rates_list_resource '{}' --json

ramp.ramp_delete_tax_rate_detail_resource

Delete a tax rate

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_tax_rate_detail_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_tax_rate_detail_resource '{}' --json

ramp.ramp_patch_tax_rate_detail_resource

Update a tax rate

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_tax_rate_detail_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_tax_rate_detail_resource '{}' --json

ramp.ramp_get_accounting_vendor_list_resource

List vendors

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_accounting_vendor_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_accounting_vendor_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_accounting_vendor_list_resource '{}' --json

ramp.ramp_delete_accounting_vendor_resource

Delete a vendor

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_accounting_vendor_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_accounting_vendor_resource '{}' --json

ramp.ramp_get_accounting_vendor_resource

Fetch a vendor

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_accounting_vendor_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_accounting_vendor_resource '{}' --json

ramp.ramp_patch_accounting_vendor_resource

Update a vendor

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_accounting_vendor_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_application_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_application_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_application_resource '{}' --json

ramp.ramp_get_audit_log_events_list_resource

Get audit log events

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_audit_log_events_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_audit_log_events_list_resource '{}' --json

ramp.ramp_get_bank_account_list_with_pagination

List bank accounts

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_bank_account_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_bank_account_list_with_pagination '{}' --json

ramp.ramp_get_bank_account_resource

Get bank account details

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_bank_account_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_bank_account_resource '{}' --json

ramp.ramp_get_bill_list_with_pagination

List bills

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_bill_list_with_pagination '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_bill_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_bill_list_with_pagination '{}' --json

ramp.ramp_get_draft_bill_list_with_pagination

List draft bills

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_draft_bill_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_draft_bill_list_with_pagination '{}' --json

ramp.ramp_post_draft_bill_list_with_pagination

Create a draft bill

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_draft_bill_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_draft_bill_list_with_pagination '{}' --json

ramp.ramp_get_draft_bill_resource

Fetch a draft bill

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_draft_bill_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_draft_bill_resource '{}' --json

ramp.ramp_patch_draft_bill_resource

Update a draft bill

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_draft_bill_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_draft_bill_attachment_upload_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_bill_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_bill_resource '{}' --json

ramp.ramp_get_bill_resource

Fetch a bill

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_bill_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_bill_resource '{}' --json

ramp.ramp_patch_bill_resource

Only approved bills can be updated.

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_bill_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_bill_attachment_upload_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_blank_canvas_approval_document_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_blank_canvas_approval_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_blank_canvas_approval_external_approval_metadata_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_blank_canvas_approval_external_approval_metadata_resource '{}' --json

ramp.ramp_get_business_resource

Fetch the company information

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_business_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_business_resource '{}' --json

ramp.ramp_get_business_balance_resource

Fetch the company balance information

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_business_balance_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_business_balance_resource '{}' --json

ramp.ramp_get_card_list_with_pagination

List cards

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_card_list_with_pagination '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_physical_card '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_physical_card '{}' --json

ramp.ramp_get_card_deferred_task_resource

Fetch deferred task status

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_card_deferred_task_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_virtual_card '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_virtual_card '{}' --json

ramp.ramp_get_card_resource

Fetch a card

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_card_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_card_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_card_suspension_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_card_termination_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_card_unsuspension_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_card_unsuspension_resource '{}' --json

ramp.ramp_get_cashback_list_with_pagination

List cashback payments

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_cashback_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_cashback_list_with_pagination '{}' --json

ramp.ramp_get_cashback_resource

Fetch a cashback payment

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_cashback_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_comments_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_comments_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_custom_form_collection_response_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_custom_form_collection_response_resource '{}' --json

ramp.ramp_post_dev_api_configure_custom_tables

Create Custom Table

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_configure_custom_tables '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_configure_custom_table_columns '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_dev_api_rename_custom_table_column '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_configure_native_tables '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_configure_native_table_columns '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_dev_api_rename_native_table_column '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_dev_api_rename_native_table_column '{}' --json

ramp.ramp_get_dev_api_custom_table

List Custom Tables

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_dev_api_custom_table '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_dev_api_custom_table '{}' --json

ramp.ramp_get_dev_api_custom_table_column

List Custom Table columns

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_dev_api_custom_table_column '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_dev_api_custom_row '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_dev_api_custom_row '{}' --json

ramp.ramp_get_dev_api_custom_row

List Custom Table rows

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_dev_api_custom_row '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_put_dev_api_custom_row '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_dev_api_change_custom_row_external_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_append_custom_row_cells '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_remove_custom_row_cells '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_dev_api_matrix_tables '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_matrix_tables '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_add_matrix_result_column '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_dev_api_rename_matrix_column '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_matrix_list_rows '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_rename_matrix_table '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_put_dev_api_matrix_put_rows '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_matrix_append_cells '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_matrix_remove_cells '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_dev_api_delete_matrix_row '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_dev_api_delete_matrix_row '{}' --json

ramp.ramp_get_dev_api_native_table

List Native Ramp tables

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_dev_api_native_table '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_dev_api_native_table_column '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_dev_api_native_row '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_put_dev_api_native_row '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_append_native_row_cells '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_dev_api_remove_native_row_cells '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_dev_api_remove_native_row_cells '{}' --json

ramp.ramp_get_department_list_with_pagination

List departments

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_department_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_department_list_with_pagination '{}' --json

ramp.ramp_post_department_list_with_pagination

Create a department

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_department_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_department_list_with_pagination '{}' --json

ramp.ramp_get_department_resource

Fetch a department

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_department_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_department_resource '{}' --json

ramp.ramp_patch_department_resource

Update a department

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_department_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_ramp_embedded_card_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_ramp_embedded_card_resource '{}' --json

ramp.ramp_get_entity_list_with_pagination

List business entities

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_entity_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_entity_list_with_pagination '{}' --json

ramp.ramp_get_entity_resource

Get a business entity

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_entity_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_entity_resource '{}' --json

ramp.ramp_get_item_receipts_resource

List item receipts

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_item_receipts_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_item_receipts_resource '{}' --json

ramp.ramp_post_item_receipts_resource

Create an item receipt

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_item_receipts_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_item_receipts_resource '{}' --json

ramp.ramp_delete_item_receipt_single_resource

Delete an item receipt

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_item_receipt_single_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_item_receipt_single_resource '{}' --json

ramp.ramp_get_item_receipt_single_resource

Fetch an item receipt

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_item_receipt_single_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_item_receipt_single_resource '{}' --json

ramp.ramp_get_spend_limit_list_with_pagination

List limits

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_spend_limit_list_with_pagination '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_spend_limit_creation '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_spend_limit_creation '{}' --json

ramp.ramp_get_spend_limit_deferred_task_status

Fetch deferred task status

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_spend_limit_deferred_task_status '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_spend_limit_deferred_task_status '{}' --json

ramp.ramp_get_spend_limit_resource

Fetch a limit

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_spend_limit_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_spend_limit_resource '{}' --json

ramp.ramp_patch_spend_limit_resource

Update a limit

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_spend_limit_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_spend_limit_resource '{}' --json

ramp.ramp_put_spend_limit_resource

Update a limit

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_put_spend_limit_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_put_spend_limit_resource '{}' --json

ramp.ramp_put_spend_allocation_add_users

Add new users into a shared limit

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_put_spend_allocation_add_users '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_spend_limit_termination_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_spend_limit_termination_resource '{}' --json

ramp.ramp_delete_spend_allocation_delete_users

Remove users from a shared limit

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_spend_allocation_delete_users '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_spend_allocation_delete_users '{}' --json

ramp.ramp_post_spend_limit_suspension_resource

Suspend a limit

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_spend_limit_suspension_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_spend_limit_suspension_resource '{}' --json

ramp.ramp_post_spend_limit_unsuspension_resource

Unsuspend a limit

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_spend_limit_unsuspension_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_spend_limit_unsuspension_resource '{}' --json

ramp.ramp_get_location_list_resource

List locations

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_location_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_location_list_resource '{}' --json

ramp.ramp_post_location_list_resource

Create a location

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_location_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_location_list_resource '{}' --json

ramp.ramp_get_location_single_resource

Fetch a location

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_location_single_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_location_single_resource '{}' --json

ramp.ramp_patch_location_single_resource

Update a location

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_location_single_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_location_single_resource '{}' --json

ramp.ramp_get_memo_list_with_pagination

List memos

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_memo_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_memo_list_with_pagination '{}' --json

ramp.ramp_get_memo_single_resource

Fetch a transaction memo

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_memo_single_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_memo_single_resource '{}' --json

ramp.ramp_post_memo_create_single_resource

Upload a new memo for a transaction

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_memo_create_single_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_memo_create_single_resource '{}' --json

ramp.ramp_get_merchant_list_with_pagination

List merchants

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_merchant_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_merchant_list_with_pagination '{}' --json

ramp.ramp_get_purchase_orders_resource

List purchase orders

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_purchase_orders_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_purchase_orders_resource '{}' --json

ramp.ramp_post_purchase_orders_resource

Create a purchase order

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_purchase_orders_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_purchase_orders_resource '{}' --json

ramp.ramp_get_purchase_order_single_resource

Fetch a purchase order

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_purchase_order_single_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_purchase_order_single_resource '{}' --json

ramp.ramp_patch_purchase_order_single_resource

Purchase order must be approved.

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_purchase_order_single_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_purchase_order_single_resource '{}' --json

ramp.ramp_post_purchase_order_archive_resource

Archive a purchase order

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_purchase_order_archive_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_purchase_order_line_items_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_purchase_order_line_item_single_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_purchase_order_line_item_single_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_receipt_integration_opted_out_emails_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_receipt_integration_opted_out_emails_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_receipt_integration_opted_out_emails_delete_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_receipt_integration_opted_out_emails_delete_resource '{}' --json

ramp.ramp_get_receipt_list

List receipts

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_receipt_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_receipt_upload '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_receipt_upload '{}' --json

ramp.ramp_get_receipt_single_resource

Fetch a receipt

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_receipt_single_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_receipt_single_resource '{}' --json

ramp.ramp_get_reimbursement_list_with_pagination

List reimbursements

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_reimbursement_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_reimbursement_list_with_pagination '{}' --json

ramp.ramp_post_mileage_reimbursement_resource

Create a mileage reimbursement

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_mileage_reimbursement_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_reimbursement_receipt_upload '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_reimbursement_receipt_upload '{}' --json

ramp.ramp_get_reimbursement_resource

Fetch a reimbursement

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_reimbursement_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_repayment_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_repayment_list_with_pagination '{}' --json

ramp.ramp_get_spend_program_resource

List spend programs

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_spend_program_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_spend_program_resource '{}' --json

ramp.ramp_post_spend_program_resource

Create a spend program

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_spend_program_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_spend_program_resource '{}' --json

ramp.ramp_get_spend_program_single_resource

Fetch a spend program

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_spend_program_single_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_spend_program_workflow_nodes_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_spend_request_draft_via_ocr '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_spend_request_draft_via_ocr '{}' --json

ramp.ramp_get_statement_list_with_pagination

List statements

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_statement_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_statement_list_with_pagination '{}' --json

ramp.ramp_get_statement_resource

Fetch a statement

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_statement_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_token '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_revoke_token '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_transactions_canonical_list_with_pagination '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_transactions_canonical_list_with_pagination '{}' --json

ramp.ramp_get_transaction_canonical_resource

Fetch a transaction

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_transaction_canonical_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_transfer_list_with_pagination '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_transfer_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_transfer_resource '{}' --json

ramp.ramp_get_trip_list_resource

List all trips for the business

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_trip_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_trip_list_resource '{}' --json

ramp.ramp_get_trip_single_resource

Fetch a trip

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_trip_single_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_unified_request_list_with_pagination '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_unified_request_detail_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_unified_request_detail_resource '{}' --json

ramp.ramp_get_user_list_with_pagination

List users

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_user_list_with_pagination '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_user_creation_deferred_task '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_user_creation_deferred_task '{}' --json

ramp.ramp_get_user_deferred_task_resource

Fetch deferred task status

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_user_deferred_task_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_user_deferred_task_resource '{}' --json

ramp.ramp_get_user_resource

Fetch a user

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_user_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_user_resource '{}' --json

ramp.ramp_patch_user_resource

Update a user

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_user_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_user_deactivation_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_user_invite_action_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_user_reactivation_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_card_vault_creation '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_card_vault_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_card_vault_resource '{}' --json

ramp.ramp_get_vendor_list_resource

List vendors

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_vendor_list_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_vendor_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_vendor_list_resource '{}' --json

ramp.ramp_post_vendor_agreement_list_resource

List vendor agreements

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_vendor_agreement_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_vendor_agreement_list_resource '{}' --json

ramp.ramp_delete_vendor_agreement_resource

Delete a vendor agreement

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_vendor_agreement_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_vendor_agreement_resource '{}' --json

ramp.ramp_get_vendor_agreement_resource

Fetch a vendor agreement

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_vendor_agreement_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_vendor_agreement_resource '{}' --json

ramp.ramp_patch_vendor_agreement_resource

Update a vendor agreement

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_vendor_agreement_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_vendor_agreement_document_upload_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_vendor_agreement_link_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_vendor_agreement_spend_request_link_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_vendor_agreement_unlink_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_all_vendor_credits_list '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_all_vendor_credits_list '{}' --json

ramp.ramp_get_vendor_credit_detail

Fetch a vendor credit

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_vendor_credit_detail '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_vendor_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_delete_vendor_resource '{}' --json

ramp.ramp_get_vendor_resource

Fetch a vendor

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_vendor_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_vendor_resource '{}' --json

ramp.ramp_patch_vendor_resource

Update a vendor

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_patch_vendor_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_patch_vendor_resource '{}' --json

ramp.ramp_get_vendor_bank_account_list_resource

List vendor bank accounts

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_vendor_bank_account_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_vendor_bank_account_list_resource '{}' --json

ramp.ramp_get_vendor_bank_account_resource

Fetch a vendor bank account

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_vendor_bank_account_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_vendor_bank_account_archive_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_vendor_bank_account_archive_resource '{}' --json

ramp.ramp_post_vendor_agreement_create_resource

Create a vendor agreement

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_vendor_agreement_create_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_vendor_agreement_create_resource '{}' --json

ramp.ramp_get_vendor_contact_list_resource

List vendor contacts for vendor

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_vendor_contact_list_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_vendor_contact_list_resource '{}' --json

ramp.ramp_get_vendor_contact_resource

Fetch a vendor contact

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_vendor_contact_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_vendor_contact_resource '{}' --json

ramp.ramp_get_vendor_credits_list

List vendor credits by vendor

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_vendor_credits_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_vendor_bank_account_update_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_post_vendor_bank_account_update_resource '{}' --json

ramp.ramp_get_outbound_webhook_subscription_resource

Get all webhook subscriptions

Read read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_outbound_webhook_subscription_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_outbound_webhook_subscription_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_mock_outbound_webhook_event_resource '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_delete_outbound_webhook_subscription_detail_resource '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_get_outbound_webhook_subscription_detail_resource '{}' --json
Shortcut
kosmo integrations:ramp ramp_get_outbound_webhook_subscription_detail_resource '{}' --json

ramp.ramp_post_outbound_webhook_subscription_verify_resource

Verify a webhook subscription

Write write
Parameters
none
Generic call
kosmo integrations:call ramp.ramp_post_outbound_webhook_subscription_verify_resource '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema ramp.ramp_get_gl_account_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_gl_account_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_gl_account_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_gl_account_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_gl_account_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_gl_account_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_gl_account_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_gl_account_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_gl_account_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_accounting_all_connections_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_accounting_all_connections_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_accounting_connection_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_accounting_connection_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_accounting_current_connection_resource_deprecated 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_accounting_current_connection_resource_deprecated --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_accounting_connection_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_accounting_connection_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_accounting_connection_detail_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_accounting_connection_detail_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_accounting_connection_detail_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_accounting_connection_detail_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_reactivate_connection_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_reactivate_connection_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_custom_field_option_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_custom_field_option_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_custom_field_option_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_custom_field_option_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_custom_field_option_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_custom_field_option_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_custom_field_option_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_custom_field_option_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_custom_field_option_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_custom_field_option_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_put_custom_field_option_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_put_custom_field_option_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_custom_field_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_custom_field_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_custom_field_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_custom_field_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_custom_field_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_custom_field_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_custom_field_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_custom_field_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_custom_field_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_custom_field_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_inventory_item_field_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_inventory_item_field_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_inventory_item_field_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_inventory_item_field_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_inventory_item_field_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_inventory_item_field_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_inventory_item_field_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_inventory_item_field_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_inventory_item_field_options_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_inventory_item_field_options_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_inventory_item_field_options_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_inventory_item_field_options_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_inventory_item_field_option_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_inventory_item_field_option_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_inventory_item_field_option_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_inventory_item_field_option_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_ramp_field_option_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_ramp_field_option_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_ramp_field_option_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_ramp_field_option_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_ramp_field_option_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_ramp_field_option_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_ramp_field_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_ramp_field_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_ramp_field_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_ramp_field_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_ramp_field_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_ramp_field_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_ramp_field_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_ramp_field_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_ramp_field_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_ramp_field_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_ready_to_sync_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_ready_to_sync_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_sync_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_sync_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_tax_code_field_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_tax_code_field_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_tax_code_field_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_tax_code_field_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_tax_code_field_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_tax_code_field_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_tax_code_field_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_tax_code_field_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_tax_code_field_options_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_tax_code_field_options_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_tax_code_field_options_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_tax_code_field_options_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_tax_code_field_option_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_tax_code_field_option_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_tax_code_field_option_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_tax_code_field_option_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_tax_code_rates_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_tax_code_rates_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_tax_code_rates_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_tax_code_rates_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_tax_rate_detail_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_tax_rate_detail_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_tax_rate_detail_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_tax_rate_detail_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_accounting_vendor_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_accounting_vendor_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_accounting_vendor_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_accounting_vendor_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_accounting_vendor_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_accounting_vendor_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_accounting_vendor_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_accounting_vendor_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_accounting_vendor_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_accounting_vendor_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_application_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_application_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_application_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_application_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_audit_log_events_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_audit_log_events_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_bank_account_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_bank_account_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_bank_account_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_bank_account_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_bill_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_bill_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_bill_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_bill_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_draft_bill_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_draft_bill_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_draft_bill_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_draft_bill_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_draft_bill_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_draft_bill_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_draft_bill_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_draft_bill_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_draft_bill_attachment_upload_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_draft_bill_attachment_upload_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_bill_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_bill_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_bill_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_bill_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_bill_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_bill_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_bill_attachment_upload_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_bill_attachment_upload_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_blank_canvas_approval_document_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_blank_canvas_approval_document_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_blank_canvas_approval_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_blank_canvas_approval_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_blank_canvas_approval_external_approval_metadata_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_blank_canvas_approval_external_approval_metadata_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_business_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_business_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_business_balance_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_business_balance_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_card_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_card_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_physical_card 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_physical_card --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_card_deferred_task_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_card_deferred_task_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_virtual_card 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_virtual_card --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_card_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_card_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_card_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_card_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_card_suspension_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_card_suspension_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_card_termination_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_card_termination_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_card_unsuspension_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_card_unsuspension_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_cashback_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_cashback_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_cashback_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_cashback_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_comments_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_comments_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_comments_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_comments_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_custom_form_collection_response_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_custom_form_collection_response_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_configure_custom_tables 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_configure_custom_tables --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_configure_custom_table_columns 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_configure_custom_table_columns --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_dev_api_rename_custom_table_column 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_dev_api_rename_custom_table_column --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_configure_native_tables 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_configure_native_tables --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_configure_native_table_columns 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_configure_native_table_columns --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_dev_api_rename_native_table_column 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_dev_api_rename_native_table_column --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_dev_api_custom_table 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_dev_api_custom_table --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_dev_api_custom_table_column 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_dev_api_custom_table_column --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_dev_api_custom_row 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_dev_api_custom_row --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_dev_api_custom_row 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_dev_api_custom_row --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_put_dev_api_custom_row 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_put_dev_api_custom_row --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_dev_api_change_custom_row_external_key 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_dev_api_change_custom_row_external_key --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_append_custom_row_cells 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_append_custom_row_cells --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_remove_custom_row_cells 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_remove_custom_row_cells --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_dev_api_matrix_tables 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_dev_api_matrix_tables --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_matrix_tables 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_matrix_tables --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_add_matrix_result_column 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_add_matrix_result_column --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_dev_api_rename_matrix_column 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_dev_api_rename_matrix_column --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_matrix_list_rows 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_matrix_list_rows --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_rename_matrix_table 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_rename_matrix_table --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_put_dev_api_matrix_put_rows 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_put_dev_api_matrix_put_rows --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_matrix_append_cells 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_matrix_append_cells --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_matrix_remove_cells 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_matrix_remove_cells --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_dev_api_delete_matrix_row 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_dev_api_delete_matrix_row --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_dev_api_native_table 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_dev_api_native_table --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_dev_api_native_table_column 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_dev_api_native_table_column --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_dev_api_native_row 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_dev_api_native_row --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_put_dev_api_native_row 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_put_dev_api_native_row --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_append_native_row_cells 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_append_native_row_cells --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_dev_api_remove_native_row_cells 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_dev_api_remove_native_row_cells --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_department_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_department_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_department_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_department_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_department_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_department_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_department_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_department_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_ramp_embedded_card_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_ramp_embedded_card_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_entity_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_entity_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_entity_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_entity_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_item_receipts_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_item_receipts_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_item_receipts_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_item_receipts_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_item_receipt_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_item_receipt_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_item_receipt_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_item_receipt_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_spend_limit_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_spend_limit_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_spend_limit_creation 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_spend_limit_creation --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_spend_limit_deferred_task_status 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_spend_limit_deferred_task_status --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_spend_limit_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_spend_limit_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_spend_limit_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_spend_limit_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_put_spend_limit_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_put_spend_limit_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_put_spend_allocation_add_users 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_put_spend_allocation_add_users --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_spend_limit_termination_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_spend_limit_termination_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_spend_allocation_delete_users 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_spend_allocation_delete_users --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_spend_limit_suspension_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_spend_limit_suspension_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_spend_limit_unsuspension_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_spend_limit_unsuspension_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_location_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_location_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_location_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_location_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_location_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_location_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_location_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_location_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_memo_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_memo_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_memo_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_memo_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_memo_create_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_memo_create_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_merchant_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_merchant_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_purchase_orders_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_purchase_orders_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_purchase_orders_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_purchase_orders_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_purchase_order_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_purchase_order_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_purchase_order_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_purchase_order_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_purchase_order_archive_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_purchase_order_archive_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_purchase_order_line_items_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_purchase_order_line_items_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_purchase_order_line_item_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_purchase_order_line_item_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_purchase_order_line_item_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_purchase_order_line_item_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_receipt_integration_opted_out_emails_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_receipt_integration_opted_out_emails_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_receipt_integration_opted_out_emails_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_receipt_integration_opted_out_emails_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_receipt_integration_opted_out_emails_delete_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_receipt_integration_opted_out_emails_delete_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_receipt_list 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_receipt_list --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_receipt_upload 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_receipt_upload --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_receipt_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_receipt_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_reimbursement_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_reimbursement_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_mileage_reimbursement_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_mileage_reimbursement_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_reimbursement_receipt_upload 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_reimbursement_receipt_upload --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_reimbursement_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_reimbursement_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_repayment_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_repayment_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_spend_program_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_spend_program_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_spend_program_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_spend_program_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_spend_program_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_spend_program_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_spend_program_workflow_nodes_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_spend_program_workflow_nodes_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_spend_request_draft_via_ocr 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_spend_request_draft_via_ocr --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_statement_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_statement_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_statement_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_statement_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_token 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_token --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_revoke_token 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_revoke_token --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_transactions_canonical_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_transactions_canonical_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_transaction_canonical_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_transaction_canonical_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_transfer_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_transfer_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_transfer_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_transfer_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_trip_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_trip_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_trip_single_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_trip_single_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_unified_request_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_unified_request_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_unified_request_detail_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_unified_request_detail_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_user_list_with_pagination 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_user_list_with_pagination --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_user_creation_deferred_task 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_user_creation_deferred_task --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_user_deferred_task_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_user_deferred_task_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_user_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_user_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_user_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_user_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_user_deactivation_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_user_deactivation_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_user_invite_action_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_user_invite_action_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_user_reactivation_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_user_reactivation_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_card_vault_creation 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_card_vault_creation --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_card_vault_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_card_vault_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_vendor_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_vendor_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_vendor_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_vendor_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_vendor_agreement_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_vendor_agreement_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_vendor_agreement_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_vendor_agreement_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_vendor_agreement_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_vendor_agreement_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_vendor_agreement_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_vendor_agreement_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_vendor_agreement_document_upload_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_vendor_agreement_document_upload_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_vendor_agreement_link_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_vendor_agreement_link_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_vendor_agreement_spend_request_link_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_vendor_agreement_spend_request_link_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_all_vendor_credits_list 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_all_vendor_credits_list --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_vendor_credit_detail 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_vendor_credit_detail --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_vendor_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_vendor_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_vendor_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_vendor_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_patch_vendor_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_patch_vendor_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_vendor_bank_account_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_vendor_bank_account_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_vendor_bank_account_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_vendor_bank_account_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_vendor_bank_account_archive_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_vendor_bank_account_archive_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_vendor_agreement_create_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_vendor_agreement_create_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_vendor_contact_list_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_vendor_contact_list_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_vendor_contact_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_vendor_contact_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_vendor_credits_list 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_vendor_credits_list --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_vendor_bank_account_update_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_vendor_bank_account_update_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_outbound_webhook_subscription_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_outbound_webhook_subscription_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_outbound_webhook_subscription_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_outbound_webhook_subscription_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_mock_outbound_webhook_event_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_mock_outbound_webhook_event_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_delete_outbound_webhook_subscription_detail_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_delete_outbound_webhook_subscription_detail_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_get_outbound_webhook_subscription_detail_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_get_outbound_webhook_subscription_detail_resource --json
ParameterTypeRequiredDescription
No parameters.
ramp.ramp_post_outbound_webhook_subscription_verify_resource 0 parameters
Schema command
kosmo integrations:schema ramp.ramp_post_outbound_webhook_subscription_verify_resource --json
ParameterTypeRequiredDescription
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.