Skip to content

Commit 9a278c9

Browse files
authored
feat(docs): update CIP pricing info (#1641)
1 parent ab5fb0f commit 9a278c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/pages/extending-chat-widget/custom-identity-provider/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ versionGroup: "chat-widget"
1616

1717
From the technical perspective, _custom identity_ is an ID assigned to each customer by our API. Based on that ID, we can match customer data and chat history with a specific person using our services. _Custom identity_ is not customer metadata such as name or email. If you would like to pass one of those, you are probably looking for [updating session variables](/extending-chat-widget/javascript-api/#update-session-variables).
1818

19-
ℹ️ The Custom Identity Provider gives you full control over user authentication through the API. It counts toward your API usage and falls under the standard [API pricing](/getting-started/api-pricing).
19+
ℹ️ The Custom Identity Provider routes all of your widget traffic through the [Customer Chat API](/messaging/customer-chat-api). All requests from such implementation count toward your API usage and fall under the standard [API pricing](/getting-started/api-pricing).
2020

2121
## Setup
2222

src/pages/messaging/agent-chat-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The basics on authorization, access tokens, and scopes in the Agent Chat Web API
3535

3636
### Authorization
3737

38-
**agent authorization** is handled with access tokens. Find out how to get an **access token** from [agent authorization flows](/authorization/agent-authorization/). Take note **you won't be able to use this token** for the Customer Chat API.
38+
**Agent authorization** is handled with access tokens. Find out how to get an **access token** from [agent authorization flows](/authorization/agent-authorization/). Take note **you won't be able to use this token** for the Customer Chat API.
3939

4040
### Scopes
4141

src/pages/messaging/agent-chat-api/v3.5/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The basics on authorization, access tokens, and scopes in the Agent Chat Web API
3434

3535
### Authorization
3636

37-
**agent authorization** is handled with access tokens. Find out how to get an **access token** from [Agent authorization flows](/authorization/agent-authorization/). Take note **you won't be able to use this token** for the Customer Chat API.
37+
**Agent authorization** is handled with access tokens. Find out how to get an **access token** from [Agent authorization flows](/authorization/agent-authorization/). Take note **you won't be able to use this token** for the Customer Chat API.
3838

3939
### Scopes
4040

0 commit comments

Comments
 (0)