We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, we just provided authentication via Google.
URL
/api/v1/auth/google
Method
POST
URL Params
None
Data Params
{ "email": "pquest@gmail.com", "image_url": "http://image.url" }
Success Response
{ "jwt_token": "this_is_secret_token" }
Error Response