getOrganization
@GET(value = "organizations/{organization_id}")
Retrieves a specific organization by its ID.
Return
A ClerkResult containing either the Organization on success or a ClerkErrorResponse on failure
Parameters
organizationId
The unique identifier of the organization
See also
com.clerk.api.organizations.get