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

Body

application/json
password
string
required
user_name
string
required
token
string | null

Response

200 - application/json
User created successfuly
password
string
required
user_name
string
required
token
string | null