Workplaces

Create a new workplace.

post/v1/workplaces

Request body

namestring required

a string with no leading or trailing whitespace

type'remote' | 'office' required

Response

Success

idstring required

Public workplace identifier

namestring required
type'remote' | 'office' required
status'active' | 'archived' required
createdAtstring required

a string to be decoded into a Date

Example response

{
  "id": "wkp_1234",
  "name": "Warp HQ"
}

Changes