oauth

Connect a server-side client-credentials app by issuing its org-level token

post/oauth/org/{orgIdentifier}/app/{appName}/{appUserId}/connect

Path parameters

orgIdentifierstring required

Org identifier (either id or slug)

appNamestring required

App name

appUserIdstring required

App user id

Response

successful operation

connectedboolean required

whether an org-level OAuth token is currently connected

connectedAtstring

when the org-level token was issued, if connected

connectedByIdstring

id of the user who set up the org-level connection, if connected

Example response

{
  "connectedAt": "2017-01-24T13:57:52Z"
}

Changes

Changed in 1 of the 9 revisions of this API.1