---
title: "Proxy"
source: /nl/gcxone/api/proxy
locale: nl
updated: 2026-09-04
---
Operaties op proxy‑resources. 1 endpoint, elk relatief ten opzichte van `https://api.nxgen.cloud/api/v1` en geauthenticeerd zoals beschreven onder [Authentication](/gcxone/api/authentication).

## POST /proxy/apiToken

token ophalen

### Verzoek‑body

token ophalen

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

### Responses

| Status | Beschrijving | Body |
| --- | --- | --- |
| 200 | Success |  |
| 204 | Geen inhoud |  |
| 400 | Ongeldige invoer |  |
| 401 | Niet toegestaan |  |
| 403 | Forbidden |  |