Skip to content

Commit da8c2c7

Browse files
authored
Update identify-web-user.mdx (#167)
* Update identify-web-user.mdx no-work-item * Update identify-web-user.mdx
1 parent f711010 commit da8c2c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fern/docs/pages/plug-sdk/identify-web-user.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For security reasons, this call should be made from the server side so that your
2424
Using the `rev_info` method, you can generate and recognize a user within the DevRev system by providing relevant user details. This method enables you to convey information systematically, ensuring alignment between your DevRev CRM and the structured data model. For information regarding terminologies, click [here](https://devrev.ai/docs/product/grow).
2525

2626
```bash
27-
curl --location 'https://api.devrev.ai/auth-tokens.create' \
27+
curl --location 'https://api.devrev.ai/auth-tokens.create' \
2828
--header 'accept: application/json, text/plain, */*' \
2929
--header 'authorization: <AAT>' \
3030
--header 'content-type: application/json' \
@@ -50,14 +50,12 @@ Using the `rev_info` method, you can generate and recognize a user within the De
5050
"domains": [
5151
"devrev.ai"
5252
],
53-
"phone_numbers": ["+919988998833"],
5453
"custom_fields": {
5554
"tnt__<field2_name>": "value x"
5655
}
5756
}
5857
}
5958
}'
60-
6159
```
6260

6361
<Callout intent="note">

0 commit comments

Comments
 (0)