DigitalOcean-public.v2-new_GradientAI Platform
Get Oauth2 URL
To generate an Oauth2-URL for use with your localhost, send a GET request to /v2/gen-ai/oauth2/url. Pass 'http://localhost:3000 as redirect_url
get/v2/gen-ai/oauth2/url
Query parameters
typestring
Type "google" / "dropbox".
redirect_urlstring
The redirect url.
Response
A successful response.
Example response
{
"url": "example string"
}Changes
Changed in 2 of the 8 revisions of this API.3
- ○
api tag
DigitalOcean-public.v2-new_GradientAI Platformaddedapi-tag-added
- ○
api tag
GradientAI Platformremovedapi-tag-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○