/v1/meThe signed-in member's own profile.
Api-Key headermember token
Signed-in member. Send the token from POST /v1/sessions. Always send Api-Key as well.
Responses
| Status | Meaning | Body |
|---|---|---|
200 | OK | — |
Home / Documentation / API / Bidder profile
API reference · 18.08.2026
Retrieve and update the signed-in bidder's own profile.
/v1/meApi-Key headermember token
Signed-in member. Send the token from POST /v1/sessions. Always send Api-Key as well.
| Status | Meaning | Body |
|---|---|---|
200 | OK | — |
/v1/meApi-Key headermember token
<b>A replacement, not a merge — send the complete profile.</b> Every field in the body is
written, so a field you leave out is stored as empty rather than left alone. Read the
profile with GET /v1/me, change what you need, and send the whole object back.
The member is taken from your token, so the body identifies nobody and a member can only ever update themselves.
Changing CompanyName or VATNumber triggers a VAT check, which can alter whether the member is charged VAT on future invoices — re-read the profile afterwards rather than assuming what you sent is what was stored.
application/json · MemberDto| Property | Type | Required |
|---|---|---|
UID | string (uuid) | no |
Id | integer (int32) | no |
DateRegistered | string (date-time) | no |
Email | string | no |
IsConsigner | boolean | no |
HasBidderRole | boolean | no |
Roles | array of string | no |
DateOfBirth | string (date-time) | no |
Language | string | no |
Validated | boolean | no |
FirstName | string | no |
LastName | string | no |
Title | string | no |
Gender | string | no |
IsCompany | boolean | no |
CompanyName | string | no |
CompanyId | string | no |
CompanyRegistrationCity | string | no |
VATNumber | string | no |
Address | string | no |
HouseNumber | string | no |
AddressSecond | string | no |
ZipCode | string | no |
City | string | no |
Country | string | no |
Fax | string | no |
Phone | string | no |
Phone2 | string | no |
FoundBy | integer (int32) | no |
LoginProvider | string | no |
ProviderKey | string | no |
ExternalLogin | boolean | no |
RegistrationType | integer (int32) | no |
MailingLists | string | no |
FoundByOther | string | no |
IdentificationType | string | no |
IdentificationValue | string | no |
PaymentOptionId | integer (int32) | no |
PaymentOptionValue | string | no |
PaymentExtraData | string | no |
ExtraData | object | no |
IpAddress | string | no |
Created | string (date-time) | no |
VatFree | boolean | no |
IsPep | boolean | no |
Website | string | no |
SmsVerificationCompleted | boolean | no |
DeliveryName | string | no |
DeliveryAddress | string | no |
DeliveryHouseNumber | string | no |
DeliveryAddressSecond | string | no |
DeliveryZipCode | string | no |
DeliveryCity | string | no |
DeliveryCountry | string | no |
DeliveryPhone | string | no |
FullName | string | no |
FullNameWithId | string | no |
ValidationKey | string | no |
Timezone | string | no |
ApplicationName | string | no |
ApplicationId | string (uuid) | no |
| Status | Meaning | Body |
|---|---|---|
200 | OK | HttpResponseMessage |