Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.yativo.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns all IP addresses registered on your account’s allowlist.
GET https://api.yativo.com/api/v1/ip
curl -X GET 'https://api.yativo.com/api/v1/ip' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "status": "success",
  "status_code": 200,
  "message": "Request successful",
  "data": [
    {
      "id": "ip-a1b2c3",
      "ip_address": "203.0.113.10",
      "label": "Production server",
      "created_at": "2026-04-01T10:00:00.000000Z"
    }
  ]
}