Get public key to encrypt connected account credentials
Returns the RSA public key used to encrypt the creds field before calling POST /connected_accounts.
The key is a singleton resource scoped to the connected-accounts credentials domain — there is one per tenant context.
Note: This endpoint is currently in beta and might be subject to changes.
GET
TypeScript
Response
Public key retrieved successfully.
RSA public key (PEM) used to encrypt credential payloads sent to POST /connected_accounts.
Example:
"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA...\n-----END PUBLIC KEY-----"
Previous
Get console usersGet console users for your workspace.
- Please note that this endpoint is available only for API keys with Admin/Non Signing Admin permissions.
Endpoint Permission: Admin, Non-Signing Admin.
Next
TypeScript