Skip to main content
Solved

How do I set up HTTPCaller to get a token using curl

  • August 23, 2023
  • 1 reply
  • 95 views

Forum|alt.badge.img

here's the curl:

curl --request POST \\

   --url https://api.assetpanda.com/v3/session/token \\

   --header 'accept: application/json' \\

   --header 'content-type: application/json' \\

   --data '

{

 "email": "username@company.com",

 "password": "pASSWORD123"

}

'

Best answer by daveatsafe

Hi @eric.collins​,

I think the following settings should work:

Screen Shot 2023-08-23 at 3.41.44 PMYou can use a JSONFlattener to extract the authorization info from the response, if needed.

View original
Did this help you find an answer to your question?

1 reply

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • Best Answer
  • August 23, 2023

Hi @eric.collins​,

I think the following settings should work:

Screen Shot 2023-08-23 at 3.41.44 PMYou can use a JSONFlattener to extract the authorization info from the response, if needed.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings