Hello,
How exactly do I check if my clients are using an API that is discontinued?
Hello,
How exactly do I check if my clients are using an API that is discontinued?
What do you mean by discontinue ?
Deprecated ?
These are the APIs that will be discontinued
To start, you can look at the endpoint path for an ISC/IDN API call. It has been broadly classified into 3 branches:
https://tenant.api.identitynow.com/v3/sources
https://tenant.api.identitynow.com/beta/sources
https://tenant.api.identitynow.com/cc/api/source/list
Ideally, your client should use v3. If using CC API calls, try and find a v3 or beta equivalent.
Beta can be used as well - keep in mind that this is subject to change. Some beta calls have been pushed to v3, however there is still legacy support for these beta calls for a limited period.
Hope this helps!
Hello @kaiolima,
Yes, it is valid V3 API endpoint.
You are getting back the response listing all the sources in your IDN/ISC tenant with status code 200(OK Success). So it valid and working non-deprecated API endpoint.
The links below will help you check if a particular API endpoint is deprecated(discontinued):
Thanks it helped a lot
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.