API ReferenceAdmin Signin Host
Set Signin Host
PUT
/v1/admin/signin-hostDesignate the tenant's ceremony host, or reset it to the derived default. Every validation runs before any change is made, so a rejected request leaves the tenant untouched.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Designate a ceremony host (or null to return to the derived default).
Response Body
application/json
application/json
curl -X PUT "https://example.com/v1/admin/signin-host" \ -H "Content-Type: application/json" \ -d '{}'{ "rp_id": "string", "configured_rp_id": "string", "default_rp_id": "string", "is_default": true, "ceremony_origins": [ "string" ], "choices": [ { "rp_id": "string", "kind": "default", "covers": [ "string" ], "is_current": true } ], "active_passkeys": 0, "registrable_domains": [ "string" ], "spans_multiple_registrable_domains": true, "changed": true, "revoked_passkeys": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}