Skip to main content

Users

Total Onboarded Users

gethttps://cache.showwcase.com/users/total

Get Get Suggested Followers

gethttps://cache.showwcase.com/users/suggested_followers
Headers
FieldDescription
X-API-KEYAn API key that represents the user who wants to take an action. Read more about API keys here.
Query
FieldTypeDescription
skip

Default value: 0

numberPagination offset.
limit

Default value: 5

numberPagination limit. (Max value 100)

Check username/email availability

gethttps://cache.showwcase.com/users/check
Query
FieldTypeDescription
usernamestring
emailstring

Invite User to Showwcase

posthttps://cache.showwcase.com/users/invite
Headers
FieldDescription
X-API-KEYAn API key that represents the user who wants to take an action. Read more about API keys here.
Body
FieldTypeDescription
emailstring
projectIdnumberUnique 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",
...
]