Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Response

200 - application/json

Successful response.

org_id
string

Organization's unique string identifier.

name
string

Name of the organization.

created_at
string<date-time>

Timestamp of when the organization was created.

updated_at
string<date-time>

Timestamp of when the organization was last updated.

members
object[]

Members belonging to the organization.

is_default
boolean

Whether this is the caller's default organization.

byok_enabled
boolean

Whether bring-your-own-key is enabled for the organization.

invitations
any[]

Pending invitations for the organization.

owner_pricing_plan
string

Pricing plan of the organization owner.

is_owner
boolean

Whether the caller owns the organization.

user_role
string

The caller's role within the organization.