# Generate new API credentials (client ID and secret) for a service account Endpoint: POST /v2/service-user/{name}/token Version: 1.0.0 Security: JWTAuthorizer ## Path parameters: - `name` (string, required) The name of the service user ## Response 200 fields (*/*): - `clientId` (string) - `secret` (string) ## Response 404 fields