# Get Organization **GET /orgs/{organization}** Each funding partner in the tree tracker is an Organization, and they have their own unique URL, with a UUID. Sales will provide you your UUID and that will act as your entrypoint. New orders will show up here, and you can check the status of those orders or call their endpoint for more details. ## Servers - Production: https://api.protect.earth (Production) ## Parameters #### Path parameters - **organization** (string(uuid)) Unique identifier given to an organization by Protect Earth support. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **orders** (array[object]) ### 404: Organization not found. #### Body Parameters: application/problem+json (object) - **type** (string) - **title** (string) - **status** (integer) - **detail** (string) - **instance** (string) [Powered by Bump.sh](https://bump.sh)