Skip to main content
POST
Check a workspace resolves before connecting

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to check whether a customer's hand-typed workspace resolves before the redirect.

slug
string
required
Required string length: 1 - 255
inputs
Inputs · object

Connect-time inputs to resolve-check, keyed by input name.

Response

Successful Response

The pre-flight resolve-check outcome.

status
enum<string>
required

found (safe to redirect), not_found (keep the customer on the form), or unreachable (the customer may proceed with a soft warning).

Available options:
found,
not_found,
unreachable