ReferenceAPI referenceSecrets
Read a Codex device authorization started by the current user
GET
/organizations/{organization_id}/codex-device-authorizations/{authorization_id}tasuku_session<token>
In: cookie
Path Parameters
organization_id*string
Length
1 <= length <= 128Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/string/codex-device-authorizations/string"{ "data": { "id": "string", "status": "PENDING", "verification_url": "http://example.com", "user_code": "string", "plan_type": "string", "error": "string", "expires_at": "2019-08-24T14:15:22Z" }}Remove a repository credential override and reveal its organization fallback DELETE
Requires ADMIN or SUPER_USER. The current version must match and an organization secret with the same name must exist. Deletion is recorded in the audit log.
List encrypted secret metadata GET
Requires ADMIN or SUPER_USER. Plaintext is never returned.