Rotate Sftp Credentials

POST /v2/partner/sftp-credentials/{id}/rotate

Required scopes

partner:sftp:write

Tokens missing any required scope return 401 scope_missing. See Auth & Scopes for issuance.

Operation

Operation ID rotateSftpCredentials
Tags Operations

Parameters

Name In Type Description
id * path id

Responses

200
OK
object

Example request

POST https://api.digitalonboarding.com/v2/partner/sftp-credentials/{id}/rotate
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>

{ /* request body matching schema above */ }