curl --request POST \
--url https://api.mottostreaming.com/iam/auth/v1/login \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"password": "<string>"
}'
{
"token": "<string>"
}
Login
This method performs login into platform account.
curl --request POST \
--url https://api.mottostreaming.com/iam/auth/v1/login \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"password": "<string>"
}'
{
"token": "<string>"
}
OK
The response is of type object
.