Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

A contact session token, uk_ct_…. Belongs to one of the developer's own users, and reads only that user's data.

Headers

X-Customer-Id
string<uuid>

The customer this call is acting inside — the same arrangement as X-Organization-Id, one plane down. Switching customers is navigation, not a mutation: nothing is stored, you send a different header, and the membership JOIN behind it decides what you may do there. An id you are not a member of matches no row and answers 404. Absent, the contact's oldest membership answers.

Path Parameters

id
string<uuid>
required

Response

Sent again.

A seat offered to an address. It is a credential, so only its id and address are ever readable — the token exists once, in the email.

id
string<uuid>
email
string<email>
role
enum<string>
Available options:
owner,
member
invited_by_contact_id
string<uuid>
created_at
string<date-time>
expires_at
string<date-time>