cURL
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" ] } }
Returns the authenticated app’s context. Use this to verify API key validity and inspect resolved identity.
Marketplace API key
Target clinic organization ID
Success
Response code
"success"
Show child attributes