Skip to main content
GET
/
v1
/
public
/
settings
/
operator
Get public operator settings
curl --request GET \
  --url https://{operatorDomain}/v1/public/settings/operator
{
  "profile": {
    "tradingName": "<string>",
    "email": "jsmith@example.com",
    "phone": "<string>",
    "logoUrl": "<string>",
    "address": {}
  },
  "currency": "EUR"
}

Response

200 - application/json

Public operator settings

profile
object
currency
string
Example:

"EUR"