anonymous call
POST
https://apigw.paziresh24.com/v1/anonymous/call
This API first calls the first person (from) and after the response from the source, it calls the destination.
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"
}
Request
Body Params multipart/form-data
from
string
required
Example:
09199999999
to
string
required
Example:
09199999999
userToken
string
required
Example:
YPPLI78vuVXaPOZQ4WrRShlhP7ikCrGzvETHOVXv6jQjrhMBrFXiyPmlF1fvv7VS4svuA9ABf4qbFfWWiqlxphxX1L4DhWw0OwrGAkDptJaOd8l9BBCMLEm10lkYtiSZwDXpKLhiX3Bvy4Upu5X7VuMP5TlClGKUpEffu1sEjtEGTjGbVz2vJZZ6D1R8BcfmpjQ35Y6O3rP8xEPKBtqUCB990737J4fl4B1MevroV8WHyH3WY82GZgj9q0kJ4Frk
Responses
Modified at 2025-05-26 06:11:03