Projects

Revoke the caller-owned project binding for one env so the next activate call succeeds (GTM-444).

post/v1/projects/{id}/rebind-binding

Path parameters

idstring required

Request body

env'production' | 'staging' | 'uat' | 'dev' required
reasonstring required

Response

idstring uuid required
projectIdstring uuid required
instanceIdstring uuid required
env'production' | 'staging' | 'uat' | 'dev' required

Deployment env this seat is scoped to. Prod is singleton per project; non-prod envs (dev / uat / staging) allow N concurrent ACTIVE seats so one project JWT can back multiple sandboxes, each with its own instanceId.

status'ACTIVE' | 'SPLIT_LOCKED' | 'REVOKED' required
boundAtstring date-time required
lastSeenAtstring date-time required
currentTokenIssuedAtstring date-time required
splitDetectedAtstring date-time nullable required

First time this row was flipped to SPLIT_LOCKED. Present only on split-locked seats.

Changes

No recorded changes to this endpoint across all 3 revisions of this API.