Skip to main content
PATCH
Update buyer operator domain

Authorizations

Authorization
string
header
required

API key or access token

Body

application/json

Confirm or change the authenticated buyer account's commercial operator domain.

operatorDomain
string
required

Corporate domain of the organization operating this buyer account.

Maximum string length: 255
Pattern: ^[a-z0-9]([a-z0-9-]*[a-z0-9])?(\.[a-z0-9]([a-z0-9-]*[a-z0-9])?)+$
Example:

"northstar.media"

Response

Update buyer operator domain

Confirmed buyer-account operator identity. Authentication organization membership is unchanged.

id
integer
required
Required range: 1 <= x <= 9007199254740991
operatorDomain
string
required
verified
boolean
required
source
enum<string>
required
Available options:
user_confirmed
confirmedAt
string<date-time>
required
Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$