Files
pfm/PostFundManagement.Api/http/token.http
T
2026-08-16 14:21:34 +02:00

7 lines
229 B
HTTP

### Token Request
POST https://{{authority}}/connect/token
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: identity
grant_type={{grantType}}&client_id={{clientId}}&client_secret={{clientSecret}}&scope={{scope}}