Oore CI
ReferenceAPIOperationsSetup

Claim owner identity from trusted proxy headers

Creates the owner record from trusted proxy identity headers after the proxy-authenticated email matches the configured setup owner email.

Operation IDsetup_owner_claim_trusted_proxy
POST
/v1/setup/owner/claim-trusted-proxy

Creates the owner record from trusted proxy identity headers after the proxy-authenticated email matches the configured setup owner email.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/setup/owner/claim-trusted-proxy"
{  "owner_email": "string",  "session_expires_at": 0,  "state": "uninitialized"}