latestOpenAPI 3.0.32026-08-10161240.1 KB

5d4ce7cb355d

Account

Create or replace the account's business profile

put/v1/me/profile

Request body

company_namestring nullable
websitestring nullable
descriptionstring nullable
contact_namestring nullable
contact_emailstring nullable
contact_phonestring nullable
address_line1string nullable
address_line2string nullable
citystring nullable
regionstring nullable
postal_codestring nullable
countrystring nullable

ISO 3166-1 alpha-2

Response

Profile saved.

successboolean
messagestring

Example response

{
  "success": true
}