Skip to content

Commit fa9b96a

Browse files
Merge pull request #6998 from segmentio/add-route-for-oauth
add route information for oauth
2 parents a46b109 + acf3c2b commit fa9b96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To obtain the access token:
105105
EXP | The expiry time in seconds. This is expected to be valid only for a short duration under a minute.
106106
JTI | The unique identifer for the token.
107107
108-
2. Send a form-url-encoded `POST` request to the regional authorization server with the following parameters:
108+
2. Send a form-url-encoded `POST` request to the regional authorization server's `\token` route with the following parameters:
109109
110110
```
111111
grant_type=client_credentials

0 commit comments

Comments
 (0)