GET /v1/auto-sell-profile/{id}
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
401
Unauthorized. Make sure you're using the right api key.
application/json
404
Not found.
application/json
429
Too many requests
application/json
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?