POST/me/status.json

Create my Status

Create your status by using the me/status.json endpoint.


Body Params

    • Name
      userstatus
      Type
      object

    Request Examples

    Example Request

    POST
    /me/status.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      200
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "id": 1234,
      "STATUS": "OK"
    }