Skip to main content

GetOAuthURL returns the authorization URL for OAuth integrations.

GET 

/api/v1/ticketing/integrations/:integrationId/oauth/authorize

Redirect user to this URL to authorize the integration. After authorization, provider redirects to redirect_uri with code.

Errors

  • NOT_FOUND: Integration does not exist
  • FAILED_PRECONDITION: Integration doesn't use OAuth auth
  • PERMISSION_DENIED: Caller lacks integration:admin permission

Request

Responses

A successful response.