> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boobie.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Verify IP

> Verify ownership and registration status of intellectual property.

## GET /v1/ip/verify/:id

### Response

```json theme={null}
{
  "id": "ip_abc123",
  "verified": true,
  "creator_id": "cr_abc123",
  "timestamp": "2026-06-12T09:00:00Z",
  "certificate_id": "cert_xyz789"
}
```
