Skip to content

Instantly share code, notes, and snippets.

@noahbliss
Created February 11, 2022 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahbliss/00dbe2e5957f23e79e15eea80150fef5 to your computer and use it in GitHub Desktop.
Save noahbliss/00dbe2e5957f23e79e15eea80150fef5 to your computer and use it in GitHub Desktop.
Datto RMM API Token Fetch
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