📣 this endpoint gives the user information from google🔰 Currently , vidinfra login with Github And Google is supported📢 Info message : Here the GET request enpoint is constructed like /auth/oauth2/:provider/callback?provider=google&code=fjkldfkafhdshlkfa
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200OK
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api-staging.tenbyte.io/v1/oauth2/google/callback' \
--header'Authorization: Bearer <token>'