Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I managed to get the access token, but my code fails to post data to tandem.
What maybe the reason in this case.
Solved! Go to Solution.
I managed to get the access token, but my code fails to post data to tandem.
What maybe the reason in this case.
Solved! Go to Solution.
Hello @hari , based on your information here and the error code, could you confirm that your APS client is added to the tandem facility or account?
See the link below: (its specific to Tandem connect but the principal is the same i believe)
As discussed via call - when sending stream data using Webhook Integration you don't need to create APS token but use authentication token obtained from Webhook Integration dialog. In this case it uses Basic authentication. You can check out sample code here.
Using APS token is possible - as Eimhin suggested check if APS application is added to your facility or account with appropriate permission (write or manage). The sample code can be found here.
Thank you both, I have managed to find the solution
@jan.liska @eimhin_raffertyC7GFZ