---
title: "Proxy"
source: /de/gcxone/api/proxy
locale: de
updated: 2026-09-04
---
Operationen für Proxy-Ressourcen. 1 Endpunkt, jeweils relativ zu `https://api.nxgen.cloud/api/v1` und authentifiziert wie unter [Authentifizierung](/gcxone/api/authentication).

## POST /proxy/apiToken

Token abrufen

### Anfragekörper

Token abrufen

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

### Antworten

| Status | Beschreibung | Inhalt |
| --- | --- | --- |
| 200 | Erfolg |  |
| 204 | Kein Inhalt |  |
| 400 | Ungültige Eingabe |  |
| 401 | Nicht autorisiert |  |
| 403 | Verboten |  |