mediQuo

mediQuo

›API Reference

Overview

  • Getting Started

API Reference

  • Overview
  • Activation Codes
  • Patients
  • Prescriptions
  • Professionals
  • Messages
  • Troubleshooting

Android SDK

  • Installation
  • Professional List
  • Medical history
  • Customization
  • Other funcionalities
  • Changelog

iOS SDK

  • Installation
  • Professional List
  • Medical history
  • Customization
  • Other funcionalities
  • Changelog

Widget

  • Introduction
  • Permament session

    • Integration
    • Authentication

    Temporal session

    • Integration
  • Methods
  • Customization
  • Events

Professionals

Contains the information about Professionals in the mediQuo ecosystem.

Authentication and rate limits

AuthenticationRate limits
HTTP Headers600 requests per minute

Learn more about rate limits.

Attributes

NameTypeDescription
hashstringMediQuo Professional identifier
speciality_idstringProfessional speciality id
namestringProfessional full name
avatarstringProfessional avatar path
titlestringProfessional title description, nice name for it's speciality
descriptionstringProfessional profile description
statusstringProfessional status online or offline
collegiate_numberstring (optional)Collegiate number for the professional

List Consultants

GET /v1/consultants

Endpoint URL

https://sdk.mediquo.com/v1/consultants

Query parameters

None

Response fields

NameTypeDescription
hashstringMediQuo Professional identifier
speciality_idstringProfessional speciality id
namestringProfessional full name
avatarstringProfessional avatar path
titlestringProfessional title description, nice name for it's speciality
descriptionstringProfessional profile description
statusstringProfessional status online or offline
collegiate_numberstringCollegiate number for the professional

Default response

Status: 200 OK
{
  "hash": "mediquo-internal-id",
  "speciality_id": "20",
  "name": "Dr. MediQuo Test",
  "avatar": "https://api.mediquo.com/path-to-avatar",
  "title": "General Medicine",
  "description": "My description",
  "status": "online",
  "collegiate_number": "123456A",
}
← PrescriptionsMessages →
  • List Consultants
    • Endpoint URL
    • Query parameters
    • Response fields
    • Default response
MediQuo PRO Logo
Copyright © 2023 mediQuo