@@ -44,70 +44,6 @@ All allowed scopes for this type: "posts country\_codes media forms api tags sav
44
44
{% endapi-method-spec %}
45
45
{% endapi-method %}
46
46
47
- {% api-method method="post" host="https://ushahididocs.api.ushahidi.io " path="/oauth/token" %}
48
- {% api-method-summary %}
49
-
50
- {% endapi-method-summary %}
51
-
52
- {% api-method-description %}
53
-
54
- {% endapi-method-description %}
55
-
56
- {% api-method-spec %}
57
- {% api-method-request %}
58
- {% api-method-body-parameters %}
59
- {% api-method-parameter name="client\_ secret" type="string" required=true %}
60
- The client secret you added for your deployment in the database. Default value: "35e7f0bca957836d05ca0492211b0ac707671261"
61
- {% endapi-method-parameter %}
62
- {% endapi-method-body-parameters %}
63
- {% endapi-method-request %}
64
-
65
- {% api-method-response %}
66
- {% api-method-response-example httpCode=200 %}
67
- {% api-method-response-example-description %}
68
-
69
- {% endapi-method-response-example-description %}
70
-
71
- ``` text
72
-
73
- ```
74
- {% endapi-method-response-example %}
75
- {% endapi-method-response %}
76
- {% endapi-method-spec %}
77
- {% endapi-method %}
78
-
79
- {% api-method method="post" host="https://ushahididocs.api.ushahidi.io " path="/oauth/token" %}
80
- {% api-method-summary %}
81
-
82
- {% endapi-method-summary %}
83
-
84
- {% api-method-description %}
85
-
86
- {% endapi-method-description %}
87
-
88
- {% api-method-spec %}
89
- {% api-method-request %}
90
- {% api-method-body-parameters %}
91
- {% api-method-parameter name="client\_ secret" type="string" required=true %}
92
- The client secret you added for your deployment in the database. Default value: "35e7f0bca957836d05ca0492211b0ac707671261"
93
- {% endapi-method-parameter %}
94
- {% endapi-method-body-parameters %}
95
- {% endapi-method-request %}
96
-
97
- {% api-method-response %}
98
- {% api-method-response-example httpCode=200 %}
99
- {% api-method-response-example-description %}
100
-
101
- {% endapi-method-response-example-description %}
102
-
103
- ``` text
104
-
105
- ```
106
- {% endapi-method-response-example %}
107
- {% endapi-method-response %}
108
- {% endapi-method-spec %}
109
- {% endapi-method %}
110
-
111
47
{% api-method method="post" host="https://ushahididocs.api.ushahidi.io " path="/oauth/token" %}
112
48
{% api-method-summary %}
113
49
Get an authorization code for a user
@@ -119,12 +55,6 @@ This endpoint allows you to get an authentication token. All fields are required
119
55
120
56
{% api-method-spec %}
121
57
{% api-method-request %}
122
- {% api-method-headers %}
123
- {% api-method-parameter name="Authentication" type="string" required=true %}
124
- Authentication token to track down who is emptying our stocks.
125
- {% endapi-method-parameter %}
126
- {% endapi-method-headers %}
127
-
128
58
{% api-method-body-parameters %}
129
59
{% api-method-parameter name="scope" type="string" required=true %}
130
60
Default value: \*
0 commit comments