Skip to main content
GET
/
v1
/
w3s
/
config
/
entity
Get configuration for entity
curl --request GET \
  --url https://api.circle.com/v1/w3s/config/entity \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "appId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5"
  }
}

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 configuration for entity successfully.

data
object