curl --request GET \
--url https://api.mnemom.ai/v1/orgs \
--header 'Authorization: Bearer <token>'{
"orgs": [
{
"org_id": "<string>",
"name": "<string>",
"slug": "<string>",
"billing_account_id": "<string>",
"owner_user_id": "<string>",
"billing_email": "<string>",
"company_name": "<string>",
"member_count": 123,
"role": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://api.mnemom.ai/v1/orgs \
--header 'Authorization: Bearer <token>'{
"orgs": [
{
"org_id": "<string>",
"name": "<string>",
"slug": "<string>",
"billing_account_id": "<string>",
"owner_user_id": "<string>",
"billing_email": "<string>",
"company_name": "<string>",
"member_count": 123,
"role": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}