forked from hellosign/hellosign-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApiAppListResponseExample.json
43 lines (43 loc) · 1.07 KB
/
ApiAppListResponseExample.json
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
{
"api_apps": [
{
"callback_url": null,
"client_id": "0dd3b823a682527788c4e40cb7b6f7e9",
"created_at": 1436232339,
"domains": ["example.com"],
"is_approved": true,
"name": "My Production App",
"oauth": {
"callback_url": "http://example.com/oauth",
"scopes": [
"basic_account_info",
"request_signature"
],
"secret": "98891a1b59f312d04cd88e4e0c498d75"
},
"owner_account": {
"account_id": "dc5deeb9e10b044c591ef2475aafad1d1d3bd888",
"email_address": "[email protected]"
}
},
{
"callback_url": null,
"client_id": "bff6d867fafcca27554cf89b1ca98793",
"created_at": 1433458421,
"domains": ["example.com"],
"is_approved": false,
"name": "My Other App",
"oauth": null,
"owner_account": {
"account_id": "dc5deeb9e10b044c591ef2475aafad1d1d3bd888",
"email_address": "[email protected]"
}
}
],
"list_info": {
"num_pages": 1,
"num_results": 2,
"page": 1,
"page_size": 20
}
}