Created
February 11, 2022 17:38
-
-
Save noahbliss/00dbe2e5957f23e79e15eea80150fef5 to your computer and use it in GitHub Desktop.
Datto RMM API Token Fetch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /auth/oauth/token HTTP/2 | |
Host: zinfandel-api.centrastage.net | |
Content-Type: application/x-www-form-urlencoded | |
Authorization: Basic cHVibGljLWNsaWVudDpwdWJsaWM= | |
Content-Length: ### | |
grant_type=password&username=APIIDKEY&password=APISECRETKEY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment