readorganization
description
Reads a Buzzy Organization by its ID
parameters
The X-Auth-Token and X-User-Id are derived from the values authToken and userId returned from the login endpoint and are used in the HTTP header.
{
"organizationID": "<organization ID to read>"
}response
Returns the organization data including name, description, and other properties.
example
POST /api/readorganization
X-Auth-Token:<insert token here>
X-User-Id:<insert user id here>
{
"organizationID": "<organization ID to read>"
}You should get back:
Last updated