/
Authentication
Authentication
Base connection to link Salesforce and eTrainu.
curl --location 'https://api.etrainu.com/lms/v2/authenticate' \
--header 'Content-Type: application/json' \
--header 'x-api-key: Your API key provided to you' \
--data '{
"username": "your.orgadmin.username",
"password": "your.orgadmin.password"
}'
, multiple selections available,
Related content
Authentication
Authentication
More like this
eTrainu Integration
eTrainu Integration
More like this
eTrainu Integration
eTrainu Integration
More like this
eTrainu - Update Participant
eTrainu - Update Participant
More like this
eTrainu - Update Participant
eTrainu - Update Participant
More like this
eTrainu - Archive Participant
eTrainu - Archive Participant
More like this