Artisyn API
    Artisyn API
    • INTRODUCTION
    • Auth
      • OAUTH
        • Google
        • Google Callback
      • 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

      Index

      POST
      http://127.0.0.1:3000/api/tester
      Maintainer:Not configured

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Body Params multipart/form-data

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'http://127.0.0.1:3000/api/tester' \
      --header 'Authorization: Bearer <token>' \
      --form 'email="{{$randomEmail}}"' \
      --form 'password="password"' \
      --form 'firstName="{{$randomFirstName}}"' \
      --form 'lastName="{{$randomLastName}}"'
      Response Response Example
      {}
      Modified at 2025-05-16 02:54:01
      Previous
      Delete Artisan
      Built with