메인 콘텐츠로 건너뛰기
GET
/
v1
/
external
/
workspaces
/
me
Get My Workspace
curl --request GET \
  --url https://api.tiro.ooo/v1/external/workspaces/me \
  --header 'Authorization: Bearer <token>'
{
  "guid": "ws_abc123"
}

인증

Authorization
string
header
필수

API key in format {id}.{secret}

응답

The caller's implicit workspace

guid
string
필수

The caller's implicit workspace GUID

예시:

"ws_abc123"