Supply'd API
get
Responses
200
OK
application/json
get
/v1/whoami200
OK
Last updated
GET /v1/whoami HTTP/1.1
Accept: */*
{
"user": {
"id": 1,
"company_id": 1,
"name": "text",
"access": [
"Customers"
]
},
"company": {
"id": 1,
"name": "text",
"trading_name": "text",
"url_name": "text"
}
}