postman/hightrusted-capture.postman_environment.json
Stefan Schmidt-Egermann ad6687ce5d
feat: initial postman content (v0.1.0)
- Postman Collection v2.1 mit allen Endpoints
- Environment-Template für api_key + base_url
- Tests pro Request (Status, Schema-Checks)
2026-04-25 12:26:08 +02:00

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