Skip to main content
GET
/
auth
/
google
/
callback
Authenticate with Google
curl --request GET \
  --url https://backyard.posthoot.com/api/v1/auth/google/callback \
  --header 'Content-Type: application/json' \
  --data '{
  "access_token": "<string>"
}'
{}

Body

application/json
access_token
string
required

Response

JWT token

{key}
string