Swag Catalog
Create a new company
Create a company (AKA customer)
POST
/
api
/
ext
/
v1
/
companies
If this is the first visit of a customer, you should create a company, and save the companyId
and companySlug
.
Later you can display the swag catalog manager iframe
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredCompany name
logoUrl
string
Company logo URL
Response
200 - application/json
companyId
string
requiredcompanySlug
string
required