126 questions
0 votes
1 answer
43 views
Does ioBroker have an API for adapter instance health and restart?
I use the https://github.com/nograx/ioBroker.zendure-solarflow adapter and the instance regularly goes into error state. It would be nice if I could detect this and restart the instance, both via (...
-1 votes
1 answer
212 views
Details are visible in my request, how do I filter this in my API request?
This is my first time working with an API and the various sources have been very helpful.However I am now struggling at the end. API: Vincere API API Documentation: https://api.vincere.io/...
-1 votes
1 answer
188 views
Bandcamp api: What POST info do you send, when querying the my_bands endpoint? [closed]
https://bandcamp.com/developer/account#my_bands It doesnt say what youre sposta send, as POST, and if you send without a POST or empty array, you get a 'must be POST' error. Their support isnt ...
0 votes
1 answer
2k views
Invidious API create token
I try to use Invidious API with authenticated route. For this, i've generated new token with this URL : https://invidio.us/authorize_token?scopes=GET:preferences. The response is like this : {"...
-1 votes
1 answer
373 views
DingConnect Response was success but top_up not made to the recipient number
I am using DingConnect API to top up a number and when I send the request for the top up. I got the success response, but the number was not topped up, and also no balance was deducted from mu ding ...
0 votes
1 answer
162 views
Appstoreconnect Api user update
I can’t understand how to create the http body of the Modify User Account api: PATCH https://api.appstoreconnect.apple.com/v1/users/{id} In particular the: [UserUpdateRequest.Data.Relationships....
-1 votes
1 answer
149 views
what does Destiny Profile Collectible state 3 and 5 means - Bungie API
I am working on Bungie API and want to know what does 3, 5, 9, 13, 65 and 69 state for Destiny Collectible means? I was not able to find 3, 5, 9, 13, 65 and 69 on Official Bungie API Documentation ...
-1 votes
1 answer
254 views
(ssg-wsg) is there any way to obtain the full course reference number from the api?
As mentioned in the title, there are 200,000 plus course available in the website.. I have used the api using the tagging codes and dates but could only extract up to about 400 courses from the ...
-1 votes
1 answer
394 views
Get auth from topdesk site being opened within iframe
I have a topdesk board, and connected external site via url, so my site is opened within iframe from topdesk. My task is to get logged in user (at least its email) from topdesk. I have found so far ...
-1 votes
1 answer
58 views
Including the minelead API in my code and how to understand its syntax
I am trying to add the Minelead API to my code to allow myself to search and find out user emails from certain domains. I am unable to find a list of syntax or an explanation of how to implement the ...
1 vote
2 answers
687 views
Can anyone help me with the marvel api characters per event response?
I'm using the marvel api the get all of the events they have. I need to get all of the characters of all the events, but I only receive 20. its says "available: 75" "returned: 20" Can anyone help me ...
-1 votes
1 answer
222 views
(SSG-WSG) Mismatch in return values for Retrieve Courses API and Course Details API
The return values for statisticsSummary and support > period are different for the same course reference number: For statisticsSummary, Retrieve Courses is returning null but data exists in Course ...
-1 votes
1 answer
390 views
(ssg-wsg) What is the encryption algorithm for payload encryption used in SSG-WSG Developer Portal?
I tried to create an MTLS app according to the guide listed in the SSG-WSG website, and was trying to use an payload encrypted API but I'm not sure how I should encrypt my payload. The Skills ...
-4 votes
3 answers
341 views
Can I use different API's from various services in the same app?
I've already developed an application using the YouTube API. Now I just need to do some functions with the Instagram API in the same app. Can I add the Instagram API in that app and use both? is that ...
2 votes
1 answer
913 views
Hyperwallet API, remove a user / a transfer method
My problem is that on my development system, I flushed all my users, and now I don't have the hyperwallet user's id. I could retrieve it from hyperwallet API and put in back in place. But what if I ...