Skip to content

Commit

Permalink
feat: adds (initially) a Postman-collection for testing MIW on stage …
Browse files Browse the repository at this point in the history
…'dev'.
  • Loading branch information
mknoopvw committed Jun 22, 2023
1 parent 6463c3e commit 7b8d264
Showing 1 changed file with 63 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"info": {
"_postman_id": "f47d0152-27c4-494c-82f9-a88c432f702d",
"name": "coll_20230622_DEV_CX-MIW_API-Tests",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [],
"auth": {
"type": "oauth2",
"oauth2": [
{
"key": "clientSecret",
"value": "{{ACCESS_TOKEN_CLIENT_SECRET}}",
"type": "string"
},
{
"key": "clientId",
"value": "{{ACCESS_TOKEN_CLIENT_ID}}",
"type": "string"
},
{
"key": "accessTokenUrl",
"value": "{{ACCESS_TOKEN_URL}}",
"type": "string"
},
{
"key": "tokenName",
"value": "",
"type": "string"
},
{
"key": "grant_type",
"value": "client_credentials",
"type": "string"
},
{
"key": "addTokenTo",
"value": "header",
"type": "string"
}
]
},
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
]
}

0 comments on commit 7b8d264

Please sign in to comment.