Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1023 Bytes

EncryptionApi.md

File metadata and controls

36 lines (19 loc) · 1023 Bytes

\EncryptionApi

All URIs are relative to https://api-sandbox.circle.com

Method HTTP request Description
get_public_key GET /v1/encryption/public Get public key

get_public_key

models::GetPublicKeyResponse get_public_key() Get public key

Retrieves an RSA public key to be used in encrypting data sent to the API. Your public keys change infrequently, so we encourage you to cache this response value locally for a duration of 24 hours or more.

Parameters

This endpoint does not need any parameter.

Return type

models::GetPublicKeyResponse

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]