v1
latestOpenAPI 3.1.02026-07-226875162.5 KBOrganization
Get My Organization
Retrieve the organization bound to the caller's API key. Requires an organization API key — keys issued by an organization admin from the organization console. Personal, workspace, and legacy team keys return 401.
Organization API keys carry fixed scopes (for example note_document:write) and can reach the notes in every workspace that belongs to the organization. Use this endpoint to verify which organization your key is bound to.
get/v1/external/organizations/me
Response
The organization bound to the API key
Example response
{
"guid": "og_a1b2c3d4",
"name": "LG Uplus"
}