Tenant
Get Tenant (Single)
GET
https://api.shopgo.me/v1/platform/tenant/:id
Get single tenant object.
Path Parameters
Name
Type
Description
id
string
Tenant unique identifier
{
"result": "success",
"payload": {
"tenant": <Tenant>
}
}
Get Tenants (All)
GET
https://api.shopgo.me/v1/platform/tenant/
Get list of all platform tenant. For a full breakdown of response payload see definition of Tenant object.
{
"result": "success",
"payload": {
"tenants": [<Tenant>]
}
}
Last updated
Was this helpful?