Clock Account

Clock an account in or out.

POST https://api.sonorancms.com/v2/community/accounts/00000000-0000-0000-0000-000000000000/clock

Rate limit: 22 requests per minute

Authenticated v2 endpoints are rate limited per credential rather than per IP address.

Clock an account in or out.

Route Parameters

| Name | Type | Required | Description |

| --- | --- | --- | --- |

| accountId | string (uuid) | Yes | Target accountId. |

Request Body

| Name | Type | Required | Description |

| --- | --- | --- | --- |

| accId | string | Yes | See example request for the shape. |

| intention | string | Yes | See example request for the shape. |

| type | string | Yes | See example request for the shape. |

Example Request

Response

The data value is usually the saved clock row. In no-op cases, the service can also return true when the requested clock action does not need to write a new row.

Last updated

Was this helpful?