Users
Total Onboarded Users
gethttps://cache.showwcase.com/users/total
Get Get Suggested Followers
gethttps://cache.showwcase.com/users/suggested_followers
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. |
Query
Field | Type | Description |
---|---|---|
skip Default value: 0 | number | Pagination offset. |
limit Default value: 5 | number | Pagination limit. (Max value 100) |
Check username/email availability
gethttps://cache.showwcase.com/users/check
Query
Field | Type | Description |
---|---|---|
username | string | |
string |
Invite User to Showwcase
posthttps://cache.showwcase.com/users/invite
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 |
---|---|---|
string | ||
projectId | number | Unique project identifier. |
Get Get Supported Socials
gethttps://cache.showwcase.com/users/socials
Response
200 OK
HTTP/1.1 200 OK
Content-Type: application/json
[
{
"id": 1,
"name": "personalWebsite",
"label": "Website",
"iconKey": "website.svg",
"createdAt": "2022-08-13T17:11:59.000Z",
"updatedAt": "2022-08-13T17:11:59.000Z"
},
...
]
Get Get Supported Interests
gethttps://cache.showwcase.com/users/interests
Response
200 OK
HTTP/1.1 200 OK
Content-Type: application/json
[
"Back-End",
"Blockchain",
"C",
"Career",
"Data",
"DevOps & Infrastructure",
"DSA",
...
]