Trying to integrate with a django instance

I'd like to have Knack update records in my django application. This would require an API call in django and have Knack post to it when a table gets updated. It seems like this is possible but I've no idea where to start. Any help?

Hi Gregory - not knowing anything about django much less the API structure and calls, I wonder if using another service such as Zapier or Integromat to link the two apps?

The benefit is avoiding potentially exposing API keys in the client browser and avoiding hefty Javascript to maintain.

Check the forum on these services as there's others here that use them extensively and more learned than me.