Read an admin credential's secret.
GET/deployments/:id/credentials/:clientId/secret
Returns the credential including its client secret, read from the deployment's realm. Phase Two keeps no copy; this asks the realm, which is where the secret lives. Reading does not rotate it, so a tool can fetch it on each run instead of persisting it -- which for Terraform means keeping it out of terraform.tfstate.
Request
Responses
- 200
The credential, including its secret.