Hackathons
Get Get Active Hackathons
GEThttps://cache.showwcase.com/hackathons
Get Get Hackathon
GEThttps://cache.showwcase.com/hackathons/:slugOrId
Post Create Hackathon
POSThttps://cache.showwcase.com/hackathons
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 | Hackathon name. Min length 1. Max length 150 |
description | string | Hackathon short description. |
about | string | Hackathon about text. |
locationId | number | Hackathon location. |
reward | string | Hackathon reward. |
startDate | string | Hackathon start date. |
endDate | string | Hackathon end date. |
Put Update Hackathon
PUThttps://cache.showwcase.com/hackathons
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 | Hackathon name. Min length 1. Max length 150 |
description | string | Hackathon short description. |
about | string | Hackathon about text. |
startDate | string | Hackathon start date. |
endDate | string | Hackathon end date. |
Get Get Hackathon Participants
GEThttps://cache.showwcase.com/hackathons/:slugOrId/participants
Query
Field | Type | Description |
---|---|---|
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |
Post Apply to Hackathon
POSThttps://cache.showwcase.com/hackathons/:slugOrId/participants
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. |