curl --request GET \
--url https://api.mentionlab.io/api/organisations[
{
"id": "01234567-89ab-cdef-0123-456789abcdef",
"name": "My Company",
"isDirectMember": true,
"slug": "my-organisation",
"config": {
"logoUrlDark": "https://example.com/logo-dark.svg",
"logoUrlLight": "https://example.com/logo-light.svg"
},
"role": "org_admin"
}
]curl --request GET \
--url https://api.mentionlab.io/api/organisations[
{
"id": "01234567-89ab-cdef-0123-456789abcdef",
"name": "My Company",
"isDirectMember": true,
"slug": "my-organisation",
"config": {
"logoUrlDark": "https://example.com/logo-dark.svg",
"logoUrlLight": "https://example.com/logo-light.svg"
},
"role": "org_admin"
}
]Unique identifier for the organisation
"01234567-89ab-cdef-0123-456789abcdef"
Name of the organisation
"My Company"
Whether the user is a direct member of the organisation
true
Slug of the organisation
"my-organisation"
Organisation configuration details
Show child attributes
Role of the user in the organisation (if direct member)
org_admin, org_editor, org_viewer "org_admin"