Companies
Get Get Companies
gethttps://cache.showwcase.com/companies
Query
Field | Type | Description |
---|---|---|
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |
Get Get Company
gethttps://cache.showwcase.com/companies/:slugOrId
Parameters
Field | Type | Description |
---|---|---|
slugOrId | string|number | Unique company identifier. |
Get Get Industries
gethttps://cache.showwcase.com/companies/industries
Get Get Companies Sizes
gethttps://cache.showwcase.com/companies/sizes
Post Create Company
posthttps://cache.showwcase.com/companies
Headers
Field | Description |
---|---|
X-API-KEY | An API key that represents the user who wants to take an action. Read more about API keys here. |
Body
Field | Type | Description |
---|---|---|
name | string | |
url | string | |
oneLiner | string | |
logo | string | |
description | string | |
sizeId | number | See Get Companies Sizes |
Put Update Company
puthttps://cache.showwcase.com/companies/:slugOrId
Headers
Field | Description |
---|---|
Authorization | An access token that represents the user who wants to take an action. Read more about access tokens here. |
Parameters
Field | Type | Description |
---|---|---|
slugOrId | string|number | Unique company identifier. |
Body
Field | Type | Description |
---|
Delete Delete Company
deletehttps://cache.showwcase.com/companies/:slugOrId
Headers
Field | Description |
---|---|
Authorization | An access token that represents the user who wants to take an action. Read more about access tokens here. |
Parameters
Field | Type | Description |
---|---|---|
slugOrId | string|number | Unique company identifier. |