POST
/
api
/
ext
/
v1
/
companies
Create a company (deprecated)
curl --request POST \
  --url https://staging-api.covver.io/api/ext/v1/companies \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "logoUrl": "<string>",
  "name": "<string>"
}'
{
  "companyId": "<string>",
  "companySlug": "<string>"
}

Deprecated: please create companies from the partner dashboard

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Default Response

The response is of type object.