GET /v1/auto-sell-profile/{id}

Fetch a single auto-sell profile by its id.

get

Retrieve the AutoSellProfile matching the provided id. The id corresponds to the autoSellProfileKey used in Controls or Mirror.

Authorizations
Responses
200

Success

application/json
Responseobject
get
GET /v1/auto-sell-profile/{id} HTTP/1.1
Host: api.odinbot.io
x-api-key: YOUR_API_KEY
Accept: */*
{
  "autoSellProfile": null
}

Last updated

Was this helpful?