---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/api/errors/60735#article
headline: "60735: Verification is owned by a different integration"
url: https://www.twilio.com/docs/api/errors/60735
inLanguage: en
dateModified: 2026-08-13T12:28:33.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# 60735: Verification is owned by a different integration

Log Type: APPLICATION

Log Level: ERROR

## Description

A verification for this phone number and service already exists, but a different integration created it. You can't modify or retry that verification from another integration.

### Possible causes

* The verification was created by an AI assistant, but the retry attempt is coming from a direct API call or vice versa.
* Two different integrations are sending verifications to the same phone number on the same service at the same time.

### Possible solutions

* **Wait for expiration**: Let the existing verification expire, then create a new verification from the desired integration.
* **Use the same integration**: Send all retries from the same integration that created the original verification.
* **Use a different Verify Service**: If multiple integrations must verify the same phone number at the same time, create a separate Verify Service for each integration.

#### Additional resources

* [Verify documentation](/docs/verify)
* [Verify API documentation](/docs/verify/api)
