Enable/Disable Offers

This API endpoint lets you control your offers/auctions. You can choose to enable to disable them.

Rate Limiting applies to this API endpoint and is set to 1 request per 3 seconds.

PUT /offer/toggle

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <token>

Body

ParamParam TypeTypeRequiredDescription

offerId

body

number

Yes

ID of the Offer

type

body

string

Yes

Action type. Supported values: disable, enable

Response

{
  "message": "string",
  "statusCode": 200
}

Last updated