Jae Wilson @DataCrew
Domo

Full Authentication with Domo APIs

May 14, 2021

send a POST to https://{your-instance}.domo.com/api/content/v2/authentication
containing

{
    "method" : "password",
    "emailAddress": "your@email",
    "password": "yourPassword"
}

The Response

Will contain a SessionToken which is the same as the SID you get out of your cookies.

To Hit APIS that require Full Authentication include

{
 x-domo-authentication : SessionToken
Content-Type : application/json
}

alternatively you can authenticate with your developer token from developer.domo.com

{
x-domo-developer-token : Token
Content-Type : application/json
}



Related

More posts on similar topics.

Got a project in mind?

hire me →

Getting value from the content but not ready to hire?

let's call it professional development

☕ buy me a coffee →

Want a practitioner take on Domo and AI, every month?

free, no spam, unsubscribe anytime

📰 subscribe to the digest →