Skip to content

Commit

Permalink
DPC Static site update, fixed the syntax of /api/v1/Token/auth (#61)
Browse files Browse the repository at this point in the history
Authored-by: Luke Garceau <lukegarceau@flexion-mac-c02d9048md6q.lan>
  • Loading branch information
Luke Garceau authored Jan 25, 2022
1 parent 97174d1 commit f2dac6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/docsV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ POST /api/v1/Token/auth
<pre class="highlight"><code>curl -v "https://sandbox.dpc.cms.gov/api/v1/Token/auth" \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json' \
-X POST
-X POST \
-d "grant_type=client_credentials&scope=system%2F*.*&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer&client_assertion=<span style="color: #045E87;">{self-signed JWT}</span>"</code></pre>

#### Response:
Expand Down

0 comments on commit f2dac6c

Please sign in to comment.