Issue a scoped CertOps API token
POST/api/v1/workspaces/:id/certops/tokens
Issues a scoped CertOps API token. The one-time plaintext token is returned only by this create response and is never stored in recoverable form. List and revoke responses never include plaintext tokens, token hashes, Authorization headers, or credential material.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 500
API token issued
Bad request
Unauthorized
Forbidden
Not found
Request rejected because it contained private key material
Internal server error