since 1999

Home / Documentation / API / Auction registration

API reference · 18.08.2026

Auction registration

Request registration for an auction and check whether the signed-in bidder is registered.

GET /v1/auctions/{id}/registration

Whether the caller is registered for an auction.

Api-Key headermember token

Signed-in member. Send the token from POST /v1/sessions. Always send Api-Key as well.

Parameters

NameInTypeRequired
idpathinteger (int32)yes

Responses

StatusMeaningBody
200OK
POST /v1/auctions/{id}/registration

Requests registration for an auction on behalf of the caller.

Api-Key headermember token

A member must be registered for an auction before they can bid in it. The auction comes from the URL and the member from your token, so the body carries only what neither can supply: <list type="bullet"><item><description>PaymentMethod — where the auction charges a registration fee or takes a deposit.</description></item><item><description>LotUrl — the page the member was on, used in the confirmation email so they can get back to it.</description></item><item><description>InvoiceId — when the registration is settled against an existing invoice.</description></item></list> Registration is a <i>request</i>. Check the outcome withGET /v1/auctions/{id}/registration, which reports whether it has been granted;approval may be immediate or may wait on payment or a manual check.

Parameters

NameInTypeRequired
id
The auction to register for.
pathinteger (int32)yes

Request body · application/json · AddAuctionRegistrationRequest

PropertyTypeRequired
PaymentMethodstringno
LotUrlstringno
InvoiceIdinteger (int32)no

Responses

StatusMeaningBody
200OKHttpResponseMessage