1. sepahr
sepahr
  • profile
    • Providers
      • Increment provider page view count
      • getProviderNotifyCell
      • Update provider fields
      • Store a provider
      • get providers information
    • Users
      • get image
      • upload image
      • Get doctor master slug
      • insert new user
      • get users informations
      • get user information
      • update user information
      • send otp to verify user new cell
    • 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. sepahr

anonymous call

POST
https://apigw.paziresh24.com/v1/anonymous/call
You can use this API to make a call between two people.
This API first calls the first person (from) and after the response from the source, it calls the destination.

Request

Body Params multipart/form-data

Responses

🟢200Success
application/json
Body

🟠400Bad Request
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apigw.paziresh24.com/v1/anonymous/call' \
--form 'from="09199999999"' \
--form 'to="09199999999"' \
--form 'userToken="YPPLI78vuVXaPOZQ4WrRShlhP7ikCrGzvETHOVXv6jQjrhMBrFXiyPmlF1fvv7VS4svuA9ABf4qbFfWWiqlxphxX1L4DhWw0OwrGAkDptJaOd8l9BBCMLEm10lkYtiSZwDXpKLhiX3Bvy4Upu5X7VuMP5TlClGKUpEffu1sEjtEGTjGbVz2vJZZ6D1R8BcfmpjQ35Y6O3rP8xEPKBtqUCB990737J4fl4B1MevroV8WHyH3WY82GZgj9q0kJ4Frk"'
Response Response Example
200 - Success
{
    "status": "success",
    "message": "Call was successfully sent to the server"
}
Modified at 2025-05-26 06:11:03
Previous
tags of spciality
Next
calls search
Built with