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

name
string
required

Name of the activity

Example:

"Sound Post"

description
string

Description of the scope of the activity

Example:

"Recording, mixing and exporting from Pro Tools and other DAWs"

Response

200
application/json
Successful Operation
success
object