Network API - Authentication Error

Hi,

I have been reading through the network api documentation to manually post some demod data and can’t seem to get past the authentication.

Looking at the curl example for partialUpdate, it requires you to include an authorisation header but doesn’t really explain how to format it, just Authorization: [[api token]]. I then found in the python code for the network client that it’s formatted as Authorization: “Token {api key}”.

This however don’t work as it was still complaining about missing auth credentials. So I was hoping to find out how the request should be formatted? Does the api key also need to be included in the json payload?

Thanks