WatchList - Project Addition

watch.content.watchlist_project.add

Adds a project to the authenticated user's watchlist

Headers

Header Value
Authorization JWT token

Endpoint

POST v2/watch/content/watchlist/projects

Request Body

    {
        "project_key": <project_key>
    }
Field Type Description
project_key String The unique identifier for the project.

Status Codes

Indee status code HTTP Response Code Description
W1003 HTTP 200 Project successfully added to watchlist
W2000 HTTP 401 Authorization header was either not passed or there was some issue parsing it
W2003 HTTP 401 Invalid auth token
W2100 HTTP 403 API key not authorized to perform this action
W2104 HTTP 403 Feature not available
W4002 HTTP 400 The specified project key does not exist in Indee
W4005 HTTP 403 Permission Denied.
W4906 HTTP 400 Project is already added in watchlist
W5001 HTTP 429 Rate limited
W5000 HTTP 500 Unknown server error occurred