POST
/
iam
/
accounts
/
v1
curl --request POST \
  --url https://api.mottostreaming.com/iam/accounts/v1 \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "password": "<string>",
  "first_name": "<string>",
  "last_name": "<string>"
}'
{
  "account": {
    "id": "<string>",
    "first_name": "<string>",
    "last_name": "<string>",
    "email": "<string>",
    "verified": true,
    "survey": "SURVEY_STATUS_UNSPECIFIED"
  },
  "token": "<string>"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.