API-Store
  1. Auth
API-Store
  • Auth
    • Home
      GET
    • SendOTP
      POST
    • Register
      POST
    • Login
      POST
    • Log Out
      POST
    • UpdatePassword
      POST
  • Access
    • Client
      • GetClient
      • FindClient
      • UpdateClient
    • Role
      • GetRole
      • FindRole
      • CreateRole
      • UpdateRole
      • DeleteRole
    • Permission
      • GetPermission
      • FindPermission
      • CratePermission
      • UpdatePermission
      • DeletePermission
  • User
    • Account Profile
      GET
    • Update Account
      PUT
    • Delete Account
      DELETE
  • Category
    • Category
      GET
    • Create Category
      POST
    • Update Category
      PUT
    • Delete Category
      DELETE
  • Product
    • Get Product
      GET
    • Create Product
      POST
    • Find Product
      GET
    • Update Product
      PUT
    • Delete Product
      DELETE
  • Cart
    • Get Cart
      GET
    • CreateCart
      POST
    • Find Cart
      GET
    • Update Cart
      PUT
    • Delete Cart
      DELETE
  • Order
    • Get Order
    • Find Order
    • Create Order
    • Delete Order
  • Review
    • Create Review
    • Delete Review
  1. Auth

SendOTP

POST
/send/otp

Request

Body Params application/json

Example
{
    "email":"dimas@gmail.com"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://respond-genres-mazda-student.trycloudflare.com/send/otp' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email":"dimas@gmail.com"
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-03-06 11:42:01
Previous
Home
Next
Register
Built with