cURL
curl --request GET \ --url https://backyard.posthoot.com/api/v1/auth/google/callback \ --header 'Content-Type: application/json' \ --data '{ "access_token": "<string>" }'
{}
Authenticate user using Google OAuth ID token
JWT token
Was this page helpful?