Skip to main content
POST
/
api
/
profile
/
visit-project
Visit project
curl --request POST \
  --url https://api.example.com/api/profile/visit-project \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Body

application/json
projectId
string<uuid> | null
required

ID of the project being visited, or null to clear

Response

202

Project visit recorded successfully