Recent content by schishti

  1. S

    How to see headers in the API response

    Is this possible then?
  2. S

    How to see headers in the API response

    The Microsoft Read API which I linked above requires getting a response back which you then use the value in the header as an ID. See here https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/5d986960601faab4bf452005 and...
  3. S

    JSON Extractor on key

    Sometimes the formatting can be poor so that everything ends up in the first lebel value pair but only in the key section of the response, is it possible to then run the JSON extractor on the label part? Example like below Example response: { Message: "Hello", "From": "user"}...
  4. S

    Toggle ability for actions

    Great, thanks! :)
  5. S

    How to see headers in the API response

    Thank you very much Though this doesn't show the fields I need Try send a request to this, the response is empty but I should get 8 headers but I only get the status code and the message...
  6. S

    Toggle ability for actions

    Would be nice to be able to toggle actions on and off without having to delete them
  7. S

    How to see headers in the API response

    Hi, I'm trying to see the headers in the response, in postman, I can see the headers in the response but in Pabbly with the API module it just shows the body.
Top