# providers_gcp_validate_signup_token_create Endpoint: POST /api/providers/gcp/validate-signup-token/ Version: 3.59.0-ai-plus ## Request fields (application/json): - `token` (string, required) ## Response 200 fields (application/json): - `sub` (string) - `aud` (string) - `iat` (string) - `exp` (string) - `google` (object) - `iss` (string) - `redirect_to` (string, required) - `message` (string) - `success` (boolean) ## Response 400 fields (application/json): - `sub` (string) - `aud` (string) - `iat` (string) - `exp` (string) - `google` (object) - `iss` (string) - `redirect_to` (string, required) - `message` (string) - `success` (boolean)