You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/apis/signalwire-rest/openapi.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1410,7 +1410,7 @@ paths:
1410
1410
operationId: create_subscriber_guest_token
1411
1411
summary: Create Subscriber guest token
1412
1412
description: |-
1413
-
Creates a [Subscriber](/docs/platform/subscribers) Guest Token. The token is authorized using an existing API token.
1413
+
Creates a [Subscriber](/docs/platform/subscribers) Guest Token. Authenticate this request with your project's API token.
1414
1414
1415
1415
#### Permissions
1416
1416
@@ -5661,7 +5661,7 @@ paths:
5661
5661
operationId: create_subscriber_invite_token
5662
5662
summary: Create Subscriber invite token
5663
5663
description: |-
5664
-
Creates a [Subscriber](/docs/platform/subscribers) Invite Token to be used for client-side API calls. The token is authorized using a subscriber's SAT (Subscriber Access Token).
5664
+
Creates a [Subscriber](/docs/platform/subscribers) Invite Token for use with client-side API calls. Authenticate this request with a subscriber's SAT (Subscriber Access Token), not the project level Basic Auth.
Creates a [Subscriber](/docs/platform/subscribers) Invite Token to be used for client-side API calls. The token is authorized using a subscriber's SAT (Subscriber Access Token).
24
+
Creates a [Subscriber](/docs/platform/subscribers) Invite Token for use with client-side API calls. Authenticate this request with a subscriber's SAT (Subscriber Access Token), not the project level Basic Auth.
23
25
24
26
${tokenPermissions<"_Voice_, _Messaging_, _Fax_, or _Video_">}
0 commit comments