POST
/
v2
/
time-activity
curl --request POST \
  --url https://api.sonderplan.com/v2/time-activity \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Sound Post",
  "description": "Recording, mixing and exporting from Pro Tools and other DAWs"
}'
{
  "success": {
    "id": 2384
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Stores time activies used within time entries

Response

200
application/json

Successful Operation

The response is of type object.