Skip to content
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
2 changes: 1 addition & 1 deletion docs/guides/collaboration-apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Exchange an access token from your external identity provider (IdP) for a Vertex
access token.

```bash
curl --request POST 'https://platform.vertexvis.com/token/exchange' \
curl --request POST 'https://platform.vertexvis.com/oauth2/token' \
--header 'Authorization: Basic BASE64_ENCODED_CLIENT_ID_AND_SECRET' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=urn:ietf:params:oauth:grant-type:token-exchange' \
Expand Down