v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-271727149.6 KB
Workplaces

List all workplaces for your company.

get/v1/workplaces

Query parameters

limitstring

a number less than or equal to 100

a number less than or equal to 100

afterIdstring

Public workplace identifier

Example:wkp_1234

Public workplace identifier

beforeIdstring

Public workplace identifier

Example:wkp_1234

Public workplace identifier

Response

Success

hasMoreboolean required
countinteger required

an integer

Example response

{
  "data": [
    {
      "id": "wkp_1234",
      "name": "Warp HQ"
    }
  ]
}