Discussions

Ask a Question
Back to All

Converting response to JSON not working

When I try to convert data to JSON via data.json() - this is Python by the way - it gives the error

'ResponseWrapperTokenSecurity' object has no attribute 'json'

How do I make the response subscriptable?