Gaining Access

Include the OAuth access_token in the HTTP Authorization header to gain access to the Middesk API on behalf of another Middesk account. The access_token must use bearer authentication.

curl https://api.middesk.com \
  -H 'Authorization: Bearer 08ea6a9ec1d4097f6c569499'