Move to another workspace
Moves a Telegram account to another workspace in the same organization.
Authorization
bearerAuth AuthorizationBearer <token>
API key (sk_...) as Bearer token
In: header
Path Parameters
workspaceId*string
Length
1 <= lengthaccountId*string
Length
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
targetWorkspaceId*string
Length
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/move" \ -H "Content-Type: application/json" \ -d '{ "targetWorkspaceId": "string" }'Empty