Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
GRAVITY-1030 Adding another easter egg (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmonck authored Aug 1, 2023
1 parent fb69d71 commit 2829ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/global-guides/voice/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In order to retrieve the token, you will use Basic Authentication `ClientID:Clie
```sh
curl --request POST \
--url https://id.voxbone.com/api/v1/oauth2/token \
--header 'Authorization: Basic PEJhc2ljIEF1dGggVXNlcm5hbWU+OjxCYXNpYyBBdXRoIFBhc3N3b3JkPg==' \
--header 'Authorization: Basic aGdyYW5nZXI6Q3IwMGskaEBuayQ=' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data grant_type=client_credentials \
--data scope=voice.webrtc
Expand Down

0 comments on commit 2829ad8

Please sign in to comment.