Get Sftp Credentials
GET /v2/partner/sftp-credentials/{id}
Required scopes
partner:sftp:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getSftpCredentials |
| Tags | Operations |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| id * | id | UUID v4. |
| type * | enum (1) | sftp_credentials |
| team_id * | id | UUID v4. |
| username * | string | |
| ssh_public_key_fingerprint * | string | |
| pgp_public_key_fingerprint | string | |
| is_active * | boolean | |
| inserted_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
| last_rotated_at | updated_at | RFC 3339 / ISO 8601 timestamp. |
| last_used_at | updated_at | RFC 3339 / ISO 8601 timestamp. |
Example request
GET https://api.digitalonboarding.com/v2/partner/sftp-credentials/{id}
Authorization: Bearer <partner-token>