POST
/
v1
/
private
/
create_admin
curl --request POST \
  --url https://api.doppapp.com/v1/private/create_admin \
  --header 'Content-Type: application/json' \
  --data '{
  "account_address": "<string>",
  "password": "<string>",
  "private_key": "<string>",
  "token": "<string>",
  "user_name": "<string>"
}'
{
  "password": "<string>",
  "token": "<string>",
  "user_name": "<string>"
}

Body

application/json

Response

200 - application/json

Admin created successfuly

The response is of type object.

POST
/
v1
/
private
/
create_admin
curl --request POST \
  --url https://api.doppapp.com/v1/private/create_admin \
  --header 'Content-Type: application/json' \
  --data '{
  "account_address": "<string>",
  "password": "<string>",
  "private_key": "<string>",
  "token": "<string>",
  "user_name": "<string>"
}'
{
  "password": "<string>",
  "token": "<string>",
  "user_name": "<string>"
}

Body

application/json

Response

200 - application/json

Admin created successfuly

The response is of type object.