Export
post
Exports a Cosmos account.
Authorizations
Path parameters
accountNamestringRequired
- The name of the account to be exported.
Header parameters
AuthorizationstringRequired
- The authorization token provided in the request header.
Responses
200
A promise that resolves to a `BaseCosmosAPIResponse` indicating the success or failure of the operation.
application/json
post
POST //cosmos/{accountName}/export HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
A promise that resolves to a BaseCosmosAPIResponse
indicating the success or failure of the operation.
{
"success": true,
"message": "text"
}