POST
/
iam
/
auth
/
v1
/
login
curl --request POST \
  --url https://api.mottostreaming.com/iam/auth/v1/login \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "password": "<string>"
}'
{
  "token": "<string>"
}

Body

application/json
email
string
required
password
string
required

Response

200
application/json
OK
token
string

Account token