Endpoint Parameters
-
Request parameters
Name Type Origin Description ChoiceOfAccount String Body Choice Of Account (from Options) ClientKey ClientKey Body Client Key of the user for which new account is to be created -
Response Parameters
View Response CodesName Type Description AccountId String Account Id AccountKey String Account Key -
Request Example
Request URL
POST /cm/v2/accounts
Request Body
{ "ChoiceOfAccount": "65", "ClientKey": "BxS0VWLta8lJ3SBpjGBQjw==" }
-
Response Example
Response body
{ "AccountId": "2147279960", "AccountKey": "BxS0VWLta8lJ3SBpjGBQjw==" }