...
User Agents
Data Theorem API Inspect
Get the list of source IP addresses via API
The list of source IP addresses can be fetched via API using the endpoint:
GET https://api.securetheorem.com/apis/portal/integrations/v1/source_ip_addresses
Example with curl
:
Code Block |
---|
curl https://api.securetheorem.com/apis/portal/integrations/v1/source_ip_addresses |
The response gives the list of source IP addresses in the following format:
Code Block |
---|
{
"source_ip_addresses": [
{
"ip_address": "192.40.64.47"
},
...
]
} |