Business Claim as Owner
Sends claim email notification to the business email address.
Parameters
idpath integerRequired
Sends claim email notification to the business email address by specific business
id
. You can retrieve thisid
from ...localequery string
Current locale of Foodetective app. Locale options: ar, de, en, es, fr, it, ms, pt, ru, zh-CN
{
const res = await fetch(`${BASE_URL}/api/v1/businesses/${id}/claim_as_owner`, {
method: 'GET',
headers: {
'Content-Type': 'application/json'
}});
const data = await res.json();
}
{
"data": {
"id": "2022-10-31 10:58:17 UTC",
"type": "claim_as_owner",
"attributes": true
}
}