POST
/
iam
/
accounts
/
v1
/
verify
curl --request POST \
  --url https://api.mottostreaming.com/iam/accounts/v1/verify \
  --header 'Content-Type: application/json' \
  --data '{
  "verification_token": "<string>"
}'
{}

Body

application/json
verification_token
string
required

Response

200
application/json
OK

The response is of type object.