Skip to main content
GET
/
marketplace
/
me
Get current app context
curl --request GET \
  --url https://api.maxcare.ai/v2/marketplace/me \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "code": "success",
  "data": {
    "app": {
      "id": "app_01J5K8N2XRQV3M7YGWT4HB6E9C",
      "slug": "my-healthcare-app",
      "liveVersionId": "ver_01J5K8N2XRQV3M7YGWT4HB6E9C"
    },
    "organization": {
      "id": "org_abc123"
    },
    "scopes": [
      "read:patients",
      "read:appointments",
      "read:providers",
      "read:bills"
    ]
  }
}

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required