TruePair
  1. Auth
TruePair
  • Auth
    • Send Password‑Reset Email
      POST
    • Reset Password Using Token
      POST
    • Request OTP
      POST
    • Verify OTP
      POST
    • Register User
      POST
    • Login with Phone & Password
      POST
  • Admin
    • Admin Login
      POST
    • Get Admin Profile
      GET
    • Update Admin Password
      PUT
    • List All Users
      GET
    • Update a User
      PUT
    • Delete a User
      DELETE
    • Register Admin
      POST
  • Agency
    • Agency Login
      POST
    • Fetch Agency Profile
      GET
    • Create User (by Agency)
      POST
    • Public Agency Profile
      GET
    • Send Agency Invitation
      POST
    • Accept Agency Invitation
      POST
    • List All Agencies
      GET
    • Register Agency
      POST
    • Update Agency Profile
      PUT
    • Delete an Agency
      DELETE
  • DatingTimeline
    • Add a new dating timeline entry (admin only)
      POST
    • List all active dating timelines
      GET
    • Update a dating timeline entry (admin only)
      PUT
    • Delete a timeline and its image (admin only)
      DELETE
  • EducationLevel
    • Add a new Education Level (admin only)
    • List all active Education Levels
    • Update an Education Level (admin only)
    • Delete an Education Level (admin only)
  • File
    • Upload a new file
    • Replace an existing file
    • Delete a file
    • List all files in bucket
  • Hobbies
    • Add a new hobby with image upload
    • List all active hobbies
    • Update a hobby
    • Delete a hobby and its image
  • Interests
    • Add a new interest with image upload
    • List all active interests
    • Update an interest
    • Delete an interest and its image
  • Languages
    • Add a new language with image upload
    • List all active languages
    • Update a language record
    • Delete a language and its associated file
  • Lifestyle
    • Add a new Lifestyle entry with image upload
    • List all active Lifestyle entries
    • Update a Lifestyle entry
    • Delete a Lifestyle entry and its associated file
  • ParentalInvolvement
    • Add a new Parental Involvement entry with image upload
    • List all active Parental Involvement entries
    • Update a Parental Involvement entry
    • Delete a Parental Involvement entry and its associated file
  • RelationGoals
    • Add a new relation goal
    • List all active relation goals
    • Update a relation goal
    • Delete a relation goal
  • Religions
    • Add a new religion
    • List all active religions
    • Update a religion
    • Delete a religion
  • Users
    • Get a user profile by UID
    • Update the authenticated user's profile
    • Delete the authenticated user's account
  • Schemas
    • Schemas
      • Hobby
      • Interest
      • Language
      • Lifestyle
      • ParentalInvolvement
      • RelationGoal
      • Religion
      • User
      • UpdateResponse
      • DeleteResponse
  1. Auth

Request OTP

Developing
POST
https://tp.dev/apiBASE_URL/request-otp
Last modified:2025-04-21 22:51:10
Maintainer:Not configured

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://tp.dev/apiBASE_URL/request-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
    "phone": "+1234567890"
  }'
Response Response Example
{}
Modified at 2025-04-21 22:51:10
Previous
Reset Password Using Token
Next
Verify OTP
Built with