APIs to onboard and manage company.
curl -i -X PUT \
'https://apis.spotnana.com/v2/companies/4974a66b-7493-4f41-908c-58ba81093947/tier-config?companyRole=ORG' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"tiers": [
{
"name": "string",
"icon": "string",
"tier": "SEAT1A"
}
]
}'
curl -i -X GET \
'https://apis.spotnana.com/v2/companies/4974a66b-7493-4f41-908c-58ba81093947/tier-config?companyRole=ORG' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "tiers": [ { … } ] }