ip_address field contains all currently allowlisted IP addresses as an array.
curl -X GET 'https://api.yativo.com/api/v1/ip' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"status": "success",
"data": {
"id": 1,
"user_id": "usr_xxxxxxxxxxxxxxxx",
"ip_address": ["203.0.113.10", "198.51.100.5"],
"created_at": "2026-04-01T10:00:00.000000Z",
"updated_at": "2026-04-01T12:00:00.000000Z"
}
}
IP Allowlist
Get Allowlisted IPs
Retrieve your IP allowlist record
Returns your IP allowlist record. The

