profile(protez)
  1. Users
profile(protez)
  • 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
  1. Users

get image

Testing
GET
https://apigw.paziresh24.com/v1/rokhnama/image
You can send the slug or user_id as a query parameter and receive the photo if available
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/v1/rokhnama/image?slug=دکتر-طاها-زارعیان'

Request

Query Params
slug
string 
optional
Example:
دکتر-طاها-زارعیان

Responses

🟢200OK
text/plain
Body
object {0}
Previous
get providers information
Next
upload image
Built with