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

GET
http://127.0.0.1:3000/api/auth/google
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:3000/api/auth/google'
Response Response Example
{}

Request

None

Responses

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