cURL
curl --request POST \ --url https://api.rigbox.dev/api/workspaces/{id}/ssh-keys/sync \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "comment": "<string>", "fingerprint": "<string>", "key_type": "<string>" } ], "synced": 1 }
Sync your account SSH keys into a workspace’s authorized_keys.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
SSH keys synced
Show child attributes
x >= 0