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

get providers information

GET
/v1/providers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/v1/providers?user_id=15525588'
Response Response Example
{
    "providers": [
        {
            "user_id": 0,
            "id": 1234,
            "biography": "This is a example test biography",
            "employee_id": 1234567890,
            "prefix": "دکتر",
            "slug": "دکتر",
            "page_view": 15,
            "created_at": "2016-03-08T09:04:22+00:00",
            "field_start_date": "2016-03-08",
            "job_title": "doctor"
        }
    ]
}

Request

Query Params

Responses

🟢200Normal response to fetch a provider
application/json
Body

Modified at 2024-06-23 11:29:41
Previous
Store a provider
Next
get image
Built with