APIs

A public forum for all your questions about Duo’s API. Troubleshoot API issues and learn from our community how others are protecting their applications.
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Labels

Forum Posts

We are trying to implement DUO for our SSL VPN using Fortinet Firewall/Routers v 6.2.9 and we consistently receive the following error: Traceback (most recent call last): File “twisted\internet\defer.pyc”, line 654, in _runCallbacks File "twisted\i...

/ping The /ping endpoint acts as a “liveness check” that can be called to verify that Duo is up before trying to call other Auth API endpoints. Unlike the other endpoints, this one does not have to be signed with the Authorization header. we made a ...

tomkat1 by Level 1
  • 1124 Views
  • 4 replies
  • 0 Helpful votes

In the Admin documentation, there is python code used to generate the authentication and date headers. I have it working to show for all usernames but when i want to add a parameter of “username=administrator” but no matter how i put it in, i get an ...

mdarby26 by Level 1
  • 740 Views
  • 0 replies
  • 0 Helpful votes

Hello, I am working on a few Perl scripts using the Duo::API module from GitHub. I am mostly using json_api_call() and everything seems to work fine, except that if there is an error, the script just prints the API response message and dies. This s...

Hi Team, I reffed to https://duo.com/docs/authapi#endpoints to use DUO Auth API for check and preauth. i used this https://github.com/duosecurity/duo_client_java/blob/master/duo-client/src/main/java/com/duosecurity/client/Http.java and with this the ...

kpr284 by Level 1
  • 8646 Views
  • 16 replies
  • 0 Helpful votes

We are trying to list the users from all of our Child accounts using the Accounts API. The documentation is very sparse for accessing child accounts, it just says to use the Accounts API and append account_id=[enter the accountid] to the end of an AP...

Hello, I’m having quite a hard time making this to work. I have to add dozens of users and it can’t be done by hand. Also it seems the only way of receiving some support is posting here instead of opening a support ticket. So let’s see… At Duo Admin ...

2X_0_0d7177412f8e984ea20b117a44301159c425b304.jpeg

Hi All, I want to integrate Custom application using Websdk using java codes downloaded from duo client libaries. Need to provide clientId, clientSecret, api.host, and redirect.uri for application to integrate with Duo. Regarding redirect.uri i got ...

Vishal6 by Level 1
  • 1746 Views
  • 3 replies
  • 0 Helpful votes

Do we know if the v4 of Web sdk for C# will be available soon. Otherwise, if you have step by step instructions/video on how to use OIDC to upgrade an existing v2 SDK, then please inform me. Unfortunately, I don’t find the documentation on the Duo s...

aamir2 by Level 1
  • 1108 Views
  • 2 replies
  • 0 Helpful votes

Hello, We have this: client.jsonApiCall('GET', '/admin/v2/logs/authentication', { mintime: '1637616411572', maxtime: '1637702811573', users: '■■■■■■■■■■■■■■■■■■■■' }, console.log); which returns: { response: { authlogs: [ [Object], [Object], [...

Quick Links