Meta · whoami

ตรวจสอบ token + scopes

Meta · whoami

Introspection แบบเบา ใช้ดูว่า token ที่ส่งมา map ไป business + scope อะไรบ้าง — เหมาะกับการ debug ระหว่าง dev / on-call

GET /meta/whoami

Token introspection

curl https://phone.mcloud.co.th/api/v1/meta/whoami \
  -H "Authorization: Bearer crk_..."
{
  "business": {
    "id": "0192...",
    "name": "Acme Co",
    "slug": "acme"
  },
  "scopes": [
    "view_recording_all",
    "manage_recording_review"
  ]
}
เอกสาร API