toby2
1
I would like for Parent App A to be able to get data from Child App B and Child App C, edit the data and push that data back to both Child Apps.
I can get the GET api function to work but when I use POST or PATCH I get an authentication issue. Which is odd as the header includes the private-key… otherwise I couldn’t get the GET function to work…
Thanks,
T.
GH5T
2
Make sure your header is as follows: Authorization: Bearer <your api key>
toby2
3
That’s the case already.
I just wondered if I had to have Oauth setup?
toby2
4
Solved - You don’t need to use the privatekey-url or anything just as @GH5T suggested, basic header with authorization and you’re good.
1 Like