-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostman-environment.json
More file actions
45 lines (45 loc) · 940 Bytes
/
postman-environment.json
File metadata and controls
45 lines (45 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"id": "mixtapelabs-api-env",
"name": "Mixtape API Local",
"values": [
{
"key": "api_base_url",
"value": "http://localhost:4001",
"enabled": true,
"type": "default"
},
{
"key": "email",
"value": "test@example.com",
"enabled": true,
"type": "default"
},
{
"key": "password",
"value": "SecurePassword123!",
"type": "secret",
"enabled": true
},
{
"key": "access_token",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "session_id",
"value": "",
"enabled": true,
"type": "default"
},
{
"key": "upload_url",
"value": "https://cdn.example.com/audio.wav",
"enabled": true,
"type": "default"
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2025-11-18T09:30:00.000Z",
"_postman_exported_using": "Postman"
}