cURL
curl --request GET \ --url https://api.example.com/v1/marketplace/me \ --header 'Authorization: Bearer <token>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "code": "success", "data": { "app": { "id": "<string>", "slug": "<string>", "liveVersionId": "<string>" }, "organization": { "id": "<string>", "clerkId": "<string>" }, "scopes": [ "<string>" ] } }
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