Artisyn API
  1. OAUTH
Artisyn API
  • INTRODUCTION
  • Auth
    • OAUTH
      • Google
        GET
      • Google Callback
        GET
    • Login
      POST
    • Register
      POST
    • Verify Account
      PUT
    • Logout
      DELETE
    • Forgot Password
      POST
    • Reset Password
      PUT
  • Admin
    • Categories
      • List Categories
      • Create Category
      • Get Category
      • Update Category
      • Delete Category
  • Categories
    • List Categories
      GET
    • Get Category
      GET
  • Curator
    • Artisans
      • List Artisans
      • Create Artisan
      • Show Artisan
      • Update Artisan
      • Toggle Activation
      • Bulk Operation
      • Delete Artisan
  • Index
    POST
  1. OAUTH

Google Callback

GET
http://127.0.0.1:3000/api/auth/{type}/callback
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:3000/api/auth/google/callback?code=---4%2F0AUJR-x6n4MuUEP7Bq1XLkfkmTPlpJ0Bh45v6YSQeq1_KQ7CE2KZ6rZlmNKjS_5sTeo3f_w&scope=profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile'
Response Response Example
{}

Request

Path Params
type
string 
required
Example:
google
Query Params
code
string 
required
Example:
---4%2F0AUJR-x6n4MuUEP7Bq1XLkfkmTPlpJ0Bh45v6YSQeq1_KQ7CE2KZ6rZlmNKjS_5sTeo3f_w
scope
string 
required
Example:
profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile

Responses

🟢200Success
application/json
Body
object {0}
Previous
Google
Next
Login
Built with