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
Example response
{
"data": [
{
"id": "wkp_1234",
"name": "Warp HQ"
}
]
}