Skip to main content
GET
/
machine
Read machine preferences
curl --request GET \
  --url https://api.obselite.com/v0/machine \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "needs": 123,
  "wants": 123,
  "tax": 123,
  "temperature": 1,
  "growthStrategy": "ENGINEERING",
  "funnelStrategy": "BOTTOM_UP",
  "organization": {},
  "team": {},
  "activities": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Response

Successful response

id
string<uuid>
required

Machine UUID

needs
integer
required
wants
integer
required
tax
integer
required
temperature
number
required
Required range: 0 <= x <= 2Must be a multiple of 0.1
growthStrategy
enum<string> | null
Available options:
ENGINEERING,
MARKETING,
PRODUCT,
SALES
funnelStrategy
enum<string> | null
Available options:
BOTTOM_UP,
SALES_ASSISTED,
SELF_SERVE,
TOP_DOWN
organization
object | null

The organization that owns this machine, following the organization schema

team
object | null

The team that this machine is associated with, following the team schema

activities
array