Appearance
API Target
The Wombat API supports a tenanted architecture. How we go about doing this is with a root tenant path. For your Consultant (organizations), you will use its unique identifier to target those endpoints, e.g.,
/organization/:orgId/role/:roleIdfor roles at the specific organization or
/organization/:orgId/tenant/:tenantId/role/:roleIdfor roles at the specific tenant.
Whenever you see {targetPath} within the API documentation, this is what we are referring to, the subpath that specifies your org / tenant through their unique identifiers. /organization/:orgId or /organization/:orgId/tenant/:tenantId