GET/projects/api/v3/reporting/oauth/google/callback

Unauthenticated Google OAuth callback.

Public callback URL hosted at authenticate.teamwork.com. It validates and decrypts the OAuth state and redirects to the customer-domain callback (/reporting/oauth/google/callback-auth).

Responses

  • Code
    302
    Description
    302 Found No Data
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
    ErrorResponse defines how []Error should be marshaled to JSON.

Examples

400 Bad Request

ErrorResponse
{
  "errors": [
    {
      "code": "string",
      "detail": "string",
      "id": "string",
      "meta": {},
      "title": "string"
    }
  ]
}