DestinationsOAuth callback (browser)

OAuth callback (browser)

Where Google returns the browser after consent. Unauthenticated by construction — a browser carries no API key, and the single-use state token in the query string is the credential. Not called directly by integrators; register it as the OAuth client's redirect URI.

curl -X GET "https://mythic-analytics.gulp.workers.dev/client/v1/destinations/oauth/callback?state=example_string&code=example_string&error=example_string" \
  -H "Content-Type: application/json"
{}
GET
/client/v1/destinations/oauth/callback
GET
Base URLstring

Target server for requests. Edit to use your own host.

Request Preview
Response

Response will appear here after sending the request

Query Parameters

errorstring

Present when the user cancelled.

Responses

Connected (HTML page)