GET /tenants/{tenantId}/product/{product} – Retrieves tenant given the ID and product.
Headers:
Authorization: Bearer <access_token>
Body:
Path Parameters:
Query Parameters:
200 OK
400
401
404
500
{ "error": "Detailed error message here"} Copy
{ "error": "Detailed error message here"}
GET /tenants/tenant123/product/exampleProduct Copy
GET /tenants/tenant123/product/exampleProduct
{ "tenantId": "tenant123", "product": "exampleProduct", "domain": "test.example.com", "endpointUrl": "https://api.test.example.com"} Copy
{ "tenantId": "tenant123", "product": "exampleProduct", "domain": "test.example.com", "endpointUrl": "https://api.test.example.com"}
The API Gateway event containing the request.
A Promise resolving to an API Gateway-compatible response.
GET /tenants/{tenantId}/product/{product} – Retrieves tenant given the ID and product.
📥 Request
Headers:
Authorization: Bearer <access_token>(required)Body:
Path Parameters:
Query Parameters:
📤 Response
200 OK– Returns a JSON-stringified Tenant object.❗ Errors
400401404500Error Response Format
📦 Examples
📥 Request
📤 Response Example