We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently, we just provided authentication via Google.
URL
/api/v1/auth/google
Method
POST
URL Params
None
Data Params
{ "email": "[email protected]", "image_url": "http://image.url" }
Success Response
{ "jwt_token": "this_is_secret_token" }
Error Response