Mon Territoire devient Solutions & Territoire.
L'adresse de l'API évolue aussi pour devenir api.solutions-territoire.fr.
GET /
A propos
Un point d'API tout simple pour vérifier sa disponibilité et la dernière version déployée.
URL
https://api.solutions-territoire.fr/
Informations
| Disponibilité | 0.0.0 |
|---|---|
| Authentification requise | Non |
| Scope requis | Aucun |
| Formats disponibles | JSON |
| Code HTTP attendu | 200 |
Réponse
| version | String |
Numéro de version actuellement déployée |
|---|
Exemple
cURL :
curl -X GET -H "Accept: application/json" https://api.solutions-territoire.fr/
HTTPie :
http -jv GET https://api.solutions-territoire.fr/ Accept:"application/json"
Résultat :
GET / HTTP/1.1
Accept: application/json
Content-Type: application/json; charset=utf-8
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"version": "0.14.0"
}