forked from vendasta/marketplace-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.json
85 lines (85 loc) · 2.13 KB
/
toc.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
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
{
"items":[
{
"type":"divider",
"title":"Getting Started"
},
{
"type":"item",
"title":"Overview",
"uri":"docs/Getting Started/getting_started.md"
},
{
"type":"item",
"title":"Configuring your Products and Services",
"uri":"docs/Getting Started/offerings.md"
},
{
"type":"item",
"title":"Integration Requirement Checklist",
"uri":"docs/Appendix/integration_requirements.md"
},
{
"type":"divider",
"title":"Integration Guide"
},
{
"type":"item",
"title":"Requirement 1: Provisioning Workflow",
"uri":"docs/Guides/purchase_workflow.md"
},
{
"type":"item",
"title":"Requirement 2: SSO (OAuth2 3-Legged Flow)",
"uri":"docs/Guides/oauth2.md"
},
{
"type":"item",
"title":"Requirement 3: End User Communication",
"uri":"docs/Guides/activity_stream.md"
},
{
"type":"item",
"title":"Requirement 4: Reporting",
"uri":"docs/Guides/reporting.md"
},
{
"type":"divider",
"title":"WEBHOOKS"
},
{
"type":"item",
"title":"Marketplace Webhooks",
"uri":"reference/marketplace_webhooks.md"
},
{
"type":"divider",
"title":"AUTHENTICATION"
},
{
"type":"item",
"title":"API Authentication",
"uri":"docs/Getting Started/api-authentication.md"
},
{
"type":"item",
"title":"Marketplace v1 API",
"uri":"reference/marketplace-api.yaml"
},
{
"type":"divider",
"title":"APPENDIX"
},
{
"type":"group",
"title":"Legacy Documents",
"items":[
{
"type":"item",
"title":"Session Transfer Introduction",
"uri":"docs/Appendix/Legacy Documents/session_transfer.md"
}
]
}
]
}