Model catalog with pricing tiers
GET
/models
const url = 'https://api.harperharbor.com/open/v1/models';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.harperharbor.com/open/v1/models \ --header 'Authorization: Bearer <token>'Groups → families → variants; a variant is one lane of that model. channelLabel is the only lane name that may reach a player.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”contextLevel
string
roleId
string
Responses
Section titled “Responses”Catalog.