get
https://api.padlet.dev/v1/organizations/
Get organization information. Requires admin access.
Gets information about an organization by its organization ID, optionally including its users data. Returns organization object.
You can find an organization ID by using the get current user endpoint.
API keyYou will need to include your API key found here.
Please include the key in your header.
{"X-API-KEY": <api_key>}
To include the data of organization users, please ensure ?include=users is added to the end of the url.