Skip to content

Google Link Start

GET
/me/identities/google/start
curl --request GET \
--url https://example.com/me/identities/google/start \
--header 'Authorization: Bearer <token>'

Needs the bearer token, so it answers JSON and the SPA navigates itself.

Successful Response

Media typeapplication/json
Response Google Link Start Me Identities Google Start Get
object
key
additional properties
string
Examplegenerated
{
"additionalProperty": "example"
}