Skip to main content

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"

}

'

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.


Reply