Skip to main content
POST
Open an applicant support channel

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Body

application/json

Resolve (create or reuse) the support channel for messaging an applicant. The company is taken from the token; an explicit companyId override is accepted but is access-checked against the token.

applicantId
string
required

The applicant's user ID.

companyId
string

Optional company ID override (defaults to the authenticated tenant).

Response

The resolved support channel ID.

data
object
required