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

Response

200 - application/json

Public operator profile

tradingName
string | null
email
string<email> | null
phone
string | null
logoUrl
string | null
address
object