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
Example response
{
"connectedAt": "2017-01-24T13:57:52Z"
}Changes
Changed in 1 of the 9 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○