Tenants
Create or Update Tenant
Idempotently creates or updates a tenant. Required before associating destinations.
put/tenants/{tenant_id}
Request body
Response
Tenant updated details.
Example response
{
"id": "123",
"destinations_count": 5,
"topics": [
"user.created",
"user.deleted"
],
"metadata": {
"name": "Acme Inc."
},
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}