Skip to main content

API calls for Coupa

The Coupa connector makes API calls to Coupa to retrieve data.

Invoices

The call uses the GET operation to retrieve a list of invoices.

URI: https://{your_domain_name}/api/invoices

For more information, see Coupa API docs .

Purchase orders lines

The call uses the GET operation to retrieve details on your purchase orders.

URI: https://{your_domain_name}/api/purchase_order_lines

For more information, see Coupa API docs .

Users

The call uses the GET operation to retrieve the login and name of users who have initiated purchase orders.

URI: https://{your_domain_name}/api/users

For more information, see Coupa API docs .