Make a custom HTTP request to the Coupa API.

Input Fields

Note: Many of these fields are optional and can be left blank.

  • Request
    • Relative URL (text): Resource URL or API End point URL
    • Query (object): specify query params as JSON Object. E.g.: {“limit”:2}
    • Headers (object): specify request headers as JSON Object. E.g.: {“ACCEPT”:“application/json”}

Output Fields

  • Response
    • Status Code (number): Response Status code
    • Headers (object): Response Headers as a JSON Object
    • Body (object): Response Body as a JSON Object