Skip to main content
GET
/
v1
/
configuration
Get configuration info
curl --request GET \
  --url https://api-sandbox.circle.com/v1/configuration \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "payments": {
      "masterWalletId": "212000"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successfully retrieved configuration information.

data
object