Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 383 Bytes

File metadata and controls

18 lines (13 loc) · 383 Bytes

@identityServiceUrl = https://localhost:44300 @billingServiceUrl = https://localhost:44301 @accessToken =

POST {{identityServiceUrl}}/connect/token Content-Type: application/x-www-form-urlencoded

grant_type=client_credentials &client_id=client &client_secret=secret

###

GET {{billingServiceUrl}}/identity Content-Type: application/json Authorization: Bearer {{accessToken}}

###