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
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Param | Param Type | Type | Required | Description |
---|---|---|---|---|
offerId | body | number | Yes | ID of the Offer |
type | body | string | Yes | Action type. Supported values: |
Response
Last updated