Full Authentication with Domo APIs | DataCrew
https://datacrew.circle.so/c/developerdomocom-community-edition/full-authentication-with-domo-apissend a POST to https://{your-instance}.domo.com/api/content/v2/authentication
containing
{
"method" : "password",
"emailAddress": "your@email",
"password": "yourPassword"
}
The ResponseWill contain a SessionToken which is the same as the SI...