sepahr
  1. Users
sepahr
  • profile
    • Providers
      • Increment provider page view count
      • getProviderNotifyCell
      • Update provider fields
      • Store a provider
      • get providers information
    • Users
      • get image
        GET
      • upload image
        POST
      • Get doctor master slug
        GET
      • insert new user
        POST
      • get users informations
        GET
      • get user information
        GET
      • update user information
        PATCH
      • send otp to verify user new cell
        PATCH
    • Memberships
      • deleteMembership
      • Insert membership record
      • Get membership records
    • Providers Specialities
      • delete a record of providers specialities
      • Update speciality alongside academic degree of a provider
      • Store list of specialities alongside academic degree for a provider
      • Get list of provider's specialities
    • SpecialitiesTags
      • tags of spciality
  • sepahr
    • anonymous call
      POST
    • calls search
      POST
    • Download Call Recording
      POST
  1. Users

send otp to verify user new cell

PATCH
/v1/users/{id}/otp
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://apigw.paziresh24.com/v1/users//otp' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cell": {}
}'
Response Response Example
{}

Request

Path Params
id
object 
required
Body Params application/json
cell
object 
optional
user new cell
Examples

Responses

🟢200otp sent to new user cell successfuly
application/json
Body
object {0}
Modified at 2024-06-23 07:51:49
Previous
update user information
Next
deleteMembership
Built with