ApiCredentialResponse
- createdType: stringFormat: date-time
_at requiredWhen the credential was issued.
- createdType: UserSummarynullable
_by requiredProperties: 3The person who issued the credential, or null if that record is unavailable.
- environmentType: CredentialEnvironmentenumrequired
The environment this credential authenticates against: development or production.
valuesdevelopmentproduction - idType: stringrequired
The credential's stable identifier — the same value that appears in the middle of the bearer token.
- nameType: stringrequired
The name you gave the credential, unique within its environment. How you tell credentials apart once the secret can no longer be read.
- prefixType: stringrequired
The non-secret leading part of the bearer token, safe to display.
- revokedType: stringFormat: date-timenullable
_at requiredWhen the credential was revoked, or null if it is still active.
- revokedType: UserSummarynullable
_by requiredProperties: 3The person who revoked the credential, or null if it is still active.
- statusType: ApiCredentialStatusenumrequired
active until revoked; revoked credentials keep appearing here as the audit trail.
valuesactiverevoked

