---
title: "Proxy"
source: /fr/gcxone/api/proxy
locale: fr
updated: 2026-09-04
---
Opérations sur les ressources proxy. 1 point de terminaison, chacun relatif à `https://api.nxgen.cloud/api/v1` et authentifié comme décrit sous [Authentication](/gcxone/api/authentication).

## POST /proxy/apiToken

obtenir le jeton

### Corps de la demande

obtenir le jeton

```json
{
  "serviceProviderId": "string (required)",
  "accessId": "string (required)",
  "clientSecret": "string (required)"
}
```

### Réponses

| Statut | Description | Corps |
| --- | --- | --- |
| 200 | Succès |  |
| 204 | Pas de contenu |  |
| 400 | Entrée invalide |  |
| 401 | Non autorisé |  |
| 403 | Interdit |  |