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
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
logoUrl
string

Company logo URL

name
string
required

Company name

Response

200 - application/json
companyId
string
required
companySlug
string
required