githubEdit

Export

post

Exports a Cosmos account.

Authorizations
AuthorizationstringRequired
Path parameters
accountNamestringRequired
  • The name of the account to be exported.
Header parameters
AuthorizationstringRequired
  • The authorization token provided in the request header.
Responses
chevron-right
200

A promise that resolves to a BaseCosmosAPIResponse indicating the success or failure of the operation.

application/json

Represents the base structure of a response from the Cosmos API.

successbooleanRequired

Indicates whether the API request was successful.

messagestringRequired

A message providing additional information about the API response.

post
/cosmos/{accountName}/export
200

A promise that resolves to a BaseCosmosAPIResponse indicating the success or failure of the operation.