Skip to main content
GET
/
v1
/
w3s
/
config
/
entity
/
publicKey
Get public key for entity
curl --request GET \
  --url https://api.circle.com/v1/w3s/config/entity/publicKey \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "publicKey": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.

Response

Fetched public key successfully.

data
object