While running manually I get a token
But while running from API Im gettting an error “Invalid Session”. This is my code
This is the error message
While running manually I get a token
But while running from API Im gettting an error “Invalid Session”. This is my code
This is the error message
Looks like your output variable out_responsestatus is string type and it should be a list of string, chage it and try again
Regards
I believe response.content gives the output as string and you declased out_response status as a list please change accordingly
Cheers