This repository was archived by the owner on Oct 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTokenAuth.json.postman_collection
More file actions
111 lines (111 loc) · 2.92 KB
/
TokenAuth.json.postman_collection
File metadata and controls
111 lines (111 loc) · 2.92 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"id": "3cdc6222-875a-dfab-02b6-2bbd79f5714e",
"name": "TokenAuth",
"description": "",
"order": [],
"folders": [
{
"id": "2511b27a-169e-1cfe-ef5d-4feff48c7225",
"name": "Auth",
"description": "",
"write": true,
"order": [
"a25d3387-3aad-9283-d66e-5f9237bae837",
"308be718-e9aa-229f-9a9b-da20a44882f2"
],
"collection_name": "TokenAuth",
"collection_owner": 0,
"collection_id": "3cdc6222-875a-dfab-02b6-2bbd79f5714e",
"collection": "3cdc6222-875a-dfab-02b6-2bbd79f5714e",
"owner": 0
},
{
"id": "73a1d2f0-62ef-16ba-bb24-47b8548cafe3",
"name": "User",
"description": "",
"write": true,
"order": [
"bccc180b-8aab-5e17-de08-b152da512596"
],
"collection_name": "TokenAuth",
"collection_owner": 0,
"collection_id": "3cdc6222-875a-dfab-02b6-2bbd79f5714e",
"collection": "3cdc6222-875a-dfab-02b6-2bbd79f5714e",
"owner": 0
}
],
"timestamp": 1432670859910,
"synced": false,
"owner": 0,
"sharedWithTeam": false,
"subscribed": false,
"remoteLink": "",
"public": false,
"write": true,
"requests": [
{
"id": "308be718-e9aa-229f-9a9b-da20a44882f2",
"headers": "Content-Type: application/json\n",
"url": "http://localhost:53705/api/auth/login",
"pathVariables": {},
"preRequestScript": "",
"method": "POST",
"collectionId": "3cdc6222-875a-dfab-02b6-2bbd79f5714e",
"data": [],
"dataMode": "raw",
"name": "Login",
"description": "",
"descriptionFormat": "html",
"time": 1432675285789,
"version": 2,
"responses": [],
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"folder": "2511b27a-169e-1cfe-ef5d-4feff48c7225",
"synced": false,
"rawModeData": "{\n \"email\" : \"someone@test.com\",\n \"password\" : \"1234Example!\"\n}"
},
{
"id": "a25d3387-3aad-9283-d66e-5f9237bae837",
"headers": "Content-Type: application/json\n",
"url": "http://localhost:53705/api/auth/register",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1432675339165,
"name": "Register",
"description": "",
"collectionId": "3cdc6222-875a-dfab-02b6-2bbd79f5714e",
"responses": [],
"synced": false,
"rawModeData": "{\n \"email\" : \"someone@test.com\",\n \"password\" : \"1234Example!\"\n}"
},
{
"id": "bccc180b-8aab-5e17-de08-b152da512596",
"headers": "Content-Type: application/json\nAuthorization: Bearer {{AuthToken}}\n",
"url": "http://localhost:53705/api/user",
"preRequestScript": "",
"pathVariables": {},
"method": "GET",
"data": [],
"dataMode": "params",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1432694613627,
"name": "Get",
"description": "",
"collectionId": "3cdc6222-875a-dfab-02b6-2bbd79f5714e",
"responses": [],
"synced": false
}
]
}