mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-01 11:38:59 +01:00
16 lines
241 B
Plaintext
16 lines
241 B
Plaintext
|
meta {
|
||
|
name: resource
|
||
|
type: http
|
||
|
seq: 2
|
||
|
}
|
||
|
|
||
|
get {
|
||
|
url: {{host}}/api/auth/oauth2/client_credentials/resource?token={{client_credentials_access_token}}
|
||
|
body: none
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
query {
|
||
|
token: {{client_credentials_access_token}}
|
||
|
}
|