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.

id
integer

Unique identifier for the organization.

org_id
string

Organization's unique string identifier.

name
string

Name of the organization.

description
string

Brief description of the organization

address
string

Physical address of the organization

contact_email
string

Primary contact email for the organization

phone_number
string

Contact phone number for the organization

website
string

Official website URL of the organization

on_paid_plan
boolean

Indicates whether the organization is on a paid plan

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.

owner
integer

Identifier of the organization's owner

members
integer[]

List of member identifiers belonging to the organization.