Skip to content

Update identify-web-user.mdx #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions fern/docs/pages/plug-sdk/identify-web-user.mdx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [EkLine] reported by reviewdog 🐶

Where possible, do not structure sentences in future tense. Use present tense instead. (EK00005)

Ensure you copy your access token, as you will not be able to view it again.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For security reasons, this call should be made from the server side so that your
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).

```bash
curl --location 'https://api.devrev.ai/auth-tokens.create' \
curl --location 'https://api.devrev.ai/auth-tokens.create' \
--header 'accept: application/json, text/plain, */*' \
--header 'authorization: <AAT>' \
--header 'content-type: application/json' \
Expand All @@ -50,14 +50,12 @@ Using the `rev_info` method, you can generate and recognize a user within the De
"domains": [
"devrev.ai"
],
"phone_numbers": ["+919988998833"],
"custom_fields": {
"tnt__<field2_name>": "value x"
}
}
}
}'

```

<Callout intent="note">
Expand Down
Loading