Description of what the REST endpoint does.
- GET
https://your-domain.net/api/v1/work/status
Response formats | JSON |
Requires authentication? | No |
Rate limited? | No |
Name | Required | Description | Default Value | Example |
User ID | Yes | Must be a valid id | NULL | 1 |
GET https://your-domain.net/api/v1/work/status?user-id=2
{
"message" : "You're so good at being you!"
}