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

Get doctor master slug

GET
/V1/doctor/slug
Users
Retrieve information for a specific doctor by their ID and server ID.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/V1/doctor/slug?doctor_id&server_id'
Response Response Example
{
    "status": "SUCCESS",
    "message": "درخواست شما با موفقیت پردازش شد",
    "data": {
        "slug": "دکتر-مریم-برومند-3"
    }
}

Request

Query Params
doctor_id
required
The ID of the doctor to retrieve.
server_id
required
The server ID associated with the doctor.

Responses

🟢200Successful response with the doctor's slug.
application/json
Body
status
string 
optional
Example:
SUCCESS
message
string 
optional
Example:
درخواست شما با موفقیت پردازش شد
data
object 
optional
slug
string 
optional
Example:
دکتر-مریم-برومند-3
Modified at 2024-06-23 07:51:49
Previous
upload image
Next
insert new user
Built with