bruno/packages/bruno-tests/collection_level_oauth2/resource.bru

16 lines
240 B
Plaintext
Raw Normal View History

meta {
name: resource
type: http
seq: 2
}
post {
url: {{host}}/api/auth/oauth2/authorization_code/resource?token={{access_token_set_by_collection}}
body: json
auth: none
}
query {
token: {{access_token_set_by_collection}}
}