- Postman Collection v2.1 mit allen Endpoints - Environment-Template für api_key + base_url - Tests pro Request (Status, Schema-Checks)
19 lines
411 B
JSON
19 lines
411 B
JSON
{
|
|
"id": "hightrusted-capture-prod",
|
|
"name": "hightrusted CAPTURE — Production",
|
|
"values": [
|
|
{
|
|
"key": "api_key",
|
|
"value": "ht_live_REPLACE_ME",
|
|
"type": "secret",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"key": "base_url",
|
|
"value": "https://capture.hightrusted.net/api/v1",
|
|
"type": "default",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"_postman_variable_scope": "environment"
|
|
}
|