# Join Waitlist
Source: https://docs.simpleserve.ai/docs/api-reference/platform/post-waitlist

Method: POST /simpleserve/v1/waitlist
Base URL: https://api.simpleserve.ai

```json
{
  "path": "/simpleserve/v1/waitlist",
  "method": "POST",
  "summary": "Join Waitlist",
  "operationId": "join_waitlist_simpleserve_v1_waitlist_post",
  "responses": {
    "200": {
      "description": "Successful Response",
      "content": {
        "application/json": {
          "schema": {}
        }
      }
    }
  },
  "tags": [
    "Platform"
  ]
}
```