Skip to main content
GET
/
v1
/
professionals
List professionals
curl --request GET \
  --url https://api.mivicall.com/v1/professionals \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "Dr. João Marcos",
      "specialty": "Medicina Dentária",
      "title": "Dr.",
      "bio": "<string>",
      "photoUrl": "<string>",
      "email": "jsmith@example.com",
      "metadata": {
        "calendarColor": "#8B2635"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mivicall.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key no header Authorization: Bearer miv_live_.... Gere keys em Settings → Integrations.

Response

Lista de médicos

items
object[]