You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supported endpoints are only `ovh-eu`, `ovh-ca` and `ovh-us`.
151
170
152
-
## OVHcloud API authentication
171
+
## Custom OVHcloud API authentication
153
172
154
173
To use the OVHcloud APIs you need three credentials:
155
174
@@ -169,7 +188,7 @@ They can also be created together if your application is intended to use only yo
169
188
170
189
### OVHcloud Europe
171
190
172
-
*```$endpoint = 'ovh-eu';```
191
+
*`$endpoint = 'ovh-eu';`
173
192
* Documentation: <https://eu.api.ovh.com/>
174
193
* Console: <https://eu.api.ovh.com/console>
175
194
* Create application credentials (generate only application credentials, your app will need to implement an authorization flow): <https://eu.api.ovh.com/createApp/>
@@ -178,15 +197,15 @@ They can also be created together if your application is intended to use only yo
178
197
179
198
### OVHcloud US
180
199
181
-
*```$endpoint = 'ovh-us';```
200
+
*`$endpoint = 'ovh-us';`
182
201
* Documentation: <https://api.us.ovhcloud.com/>
183
202
* Console: <https://api.us.ovhcloud.com/console>
184
203
* Create application credentials (generate only application credentials, your app will need to implement an authorization flow): <https://api.us.ovhcloud.com/createApp/>
185
204
* Create account credentials (all keys at once for your own account only): <https://api.us.ovhcloud.com/createToken/>
186
205
187
206
### OVHcloud North America / Canada
188
207
189
-
*```$endpoint = 'ovh-ca';```
208
+
*`$endpoint = 'ovh-ca';`
190
209
* Documentation: <https://ca.api.ovh.com/>
191
210
* Console: <https://ca.api.ovh.com/console>
192
211
* Create application credentials (generate only application credentials, your app will need to implement an authorization flow): <https://ca.api.ovh.com/createApp/>
@@ -195,7 +214,7 @@ They can also be created together if your application is intended to use only yo
* Create application credentials (generate only application credentials, your app will need to implement an authorization flow): <https://eu.api.soyoustart.com/createApp/>
@@ -204,7 +223,7 @@ They can also be created together if your application is intended to use only yo
* Create application credentials (generate only application credentials, your app will need to implement an authorization flow): <https://ca.api.soyoustart.com/createApp/>
@@ -213,7 +232,7 @@ They can also be created together if your application is intended to use only yo
213
232
214
233
### Kimsufi Europe
215
234
216
-
*```$endpoint = 'kimsufi-eu';```
235
+
*`$endpoint = 'kimsufi-eu';`
217
236
* Documentation: <https://eu.api.kimsufi.com/>
218
237
* Console: <https://eu.api.kimsufi.com/console/>
219
238
* Create application credentials (generate only application credentials, your app will need to implement an authorization flow): <https://eu.api.kimsufi.com/createApp/>
@@ -222,7 +241,7 @@ They can also be created together if your application is intended to use only yo
222
241
223
242
### Kimsufi North America
224
243
225
-
*```$endpoint = 'kimsufi-ca';```
244
+
*`$endpoint = 'kimsufi-ca';`
226
245
* Documentation: <https://ca.api.kimsufi.com/>
227
246
* Console: <https://ca.api.kimsufi.com/console/>
228
247
* Create application credentials (generate only application credentials, your app will need to implement an authorization flow): <https://ca.api.kimsufi.com/createApp/>
0 commit comments