Swag Catalog
Create a new company
Create a company (AKA customer)
POST
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.