List Rules
Use this API to return all of the rules that have been created in the Risk Sevice.
Resource URL
https://<api-domain>/api/2/risk/rules
Header Parameters
Authorization required string | Set to Set The access token must have been generated using an API credential pair created using the scope required to call this API. This API can be called using any one of the following scopes: |
Sample Response
- 200 OK
- 401 Unauthorized
[
{
"id": "132456789",
"name": "IP Blacklist for Guests",
"description": "Blacklist for guest account users",
"type": "blacklist",
"target": "location.ip",
"source": "guest-123",
"filters": "123.123.123.123"
},
...
]
Invalid API Key
Sample Code
cURL
curl -XGET 'https://api.us.onelogin.com/api/2/risk/rules' \
-H 'Authorization: Bearer xxxxxxxxxxxxx'
Postman Collection
Replace sample variables indicated by {{ }}
with your actual values.
Download for the Vigilance API
Have a Question?

Have a how-to question? Seeing a weird error? Ask us about it on StackOverflow.

Found a bug? Submit a support ticket.

Have a product idea or request? Share it with us in our Ideas Portal.