Error 401 on asynchronous GET requests in python

Hi,

I get 401 error when trying to call the Pipedrive API asynchronously with python.
I filled the token value. But I saw in an other answer on this forum that the issues might come from the cookie header not filled.
If that’s the source of the problem, I have no clue where to find this information.

Can anybody help? Thanks in advance

Hey @Billz
Welcome to the community :wave:
A cookie is not required for token-based API access. Can you share the snippet that you are using so that I can take a closer look?

You can also generate runtime-specific code snippets from our public Postman API collection.