get https://api.padlet.dev/v1/organizations/
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 key
You 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.
Authorization required
This endpoint requires admin access to the organization. You must be an admin or owner of the organization to access its data.