bruno/packages/bruno-tests/collection_oauth2/auth/oauth2/client_credentials/resource.bru

16 lines
241 B
Plaintext
Raw Normal View History

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}}
}