-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspecification
More file actions
53 lines (53 loc) · 1.6 KB
/
specification
File metadata and controls
53 lines (53 loc) · 1.6 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
{
"apiVersion": "2.0.0",
"swaggerVersion": "1.2",
"apis": [
{
"path": "https://api.ptisp.pt/spec/domains",
"description": "Domains controller"
},
{
"path": "https://api.ptisp.pt/spec/user",
"description": "User controller"
},
{
"path": "https://api.ptisp.pt/spec/billing",
"description": "Billing controller"
},
{
"path": "https://api.ptisp.pt/spec/api",
"description": "API controller"
},
{
"path": "https://api.ptisp.pt/spec/hosting",
"description": "Hosting controller"
},
{
"path": "https://api.ptisp.pt/spec/parking",
"description": "Parking controller"
},
{
"path": "https://api.ptisp.pt/spec/servers",
"description": "Servers controller"
},
{
"path": "https://api.ptisp.pt/spec/services",
"description": "Services controller"
},
{
"path": "https://api.ptisp.pt/spec/support",
"description": "Support controller"
},
{
"path": "https://api.ptisp.pt/spec/premiummail",
"description": "Premium mail controller"
}
],
"authorizations": {
},
"info": {
"title": "PTisp API v2",
"description": "API uses basic authentication (email:api_hash), you may fetch your API Hash at <a href='https://my.ptisp.pt/profile/apihash'>https://my.ptisp.pt/profile/apihash</a>. All answers will use HTTP error codes accordingly and the 'result' field will always have 'ok' for successful operations and 'nok' otherwise. Posts support application/json and application/x-www-form-urlencoded types.",
"contact": "dev@ptisp.pt"
}
}