sepahr
  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

calls search

POST
https://apigw.paziresh24.com/v1/calls/search
Call Search API
This API allows you to search recorded calls based on phone numbers and date range filters.
It returns detailed information such as call status, timestamps, duration, and recording file name.
Only the token parameter is required; all other parameters are optional and can be used to narrow down the results.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apigw.paziresh24.com/v1/calls/search' \
--form 'token="YPPLI78vuVXaPOZQ4WrRShlhP7ikCrGzvETHOVXv6jQjrhMBrFXiyPmlF1fvv7VS4svuA9ABf4qbFfWWiqlxphxX1L4DhWw0OwrGAkDptJaOd8l9BBCMLEm10lkYtiSZwDXpKLhiX3Bvy4Upu5X7VuMP5TlClGKUpEffu1sEjtEGTjGbVz2vJZZ6D1R8BcfmpjQ35Y6O3rP8xEPKBtqUCB990737J4fl4B1MevroV8WHyH3WY82GZgj9q0kJ4Frk"' \
--form 'caller="09199999999"' \
--form 'calee="09199999999"' \
--form 'startDate="2025-05-21"' \
--form 'endDate="2025-05-21"'
Response Response Example
200 - Success
[
    {
        "id": 1510,
        "caller": "09199999999",
        "callee": "09188888888",
        "file_name": "09199999999-to-09188888888-20250517-100857.wav",
        "created_at": "2025-05-17T06:39:14.939Z",
        "duration_seconds": 15,
        "company_id": "8695"
    }
]

Request

Body Params multipart/form-data
token
string 
required
Example:
YPPLI78vuVXaPOZQ4WrRShlhP7ikCrGzvETHOVXv6jQjrhMBrFXiyPmlF1fvv7VS4svuA9ABf4qbFfWWiqlxphxX1L4DhWw0OwrGAkDptJaOd8l9BBCMLEm10lkYtiSZwDXpKLhiX3Bvy4Upu5X7VuMP5TlClGKUpEffu1sEjtEGTjGbVz2vJZZ6D1R8BcfmpjQ35Y6O3rP8xEPKBtqUCB990737J4fl4B1MevroV8WHyH3WY82GZgj9q0kJ4Frk
caller
string 
optional
Example:
09199999999
calee
string 
optional
Example:
09199999999
startDate
string 
optional
Example:
2025-05-21
endDate
string 
optional
Example:
2025-05-21

Responses

🟢200Success
application/json
Body
id
integer 
required
caller
string 
required
callee
string 
required
file_name
string 
required
created_at
string 
required
duration_seconds
integer 
required
company_id
string 
required
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-05-26 06:22:29
Previous
anonymous call
Next
Download Call Recording
Built with