sepahr
  1. Providers
sepahr
  • profile
    • Providers
      • Increment provider page view count
        PATCH
      • getProviderNotifyCell
        GET
      • Update provider fields
        PATCH
      • Store a provider
        POST
      • get providers information
        GET
    • 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. Providers

getProviderNotifyCell

GET
/v1/providers/{id}/notify-cell
Providers
get provider notification cell
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/v1/providers//notify-cell'
Response Response Example
{
    "providers": [
        {
            "notify_cell": 9140002500
        }
    ]
}

Request

Path Params
id
object 
required

Responses

🟢200get provider notification cell
application/json
Body
providers
array[object (provider_notification) {1}] 
optional
notify_cell
string  | null 
notification cell of the provider
optional
Example:
9140002500
Modified at 2024-06-23 07:51:49
Previous
Increment provider page view count
Next
Update provider fields
Built with