Skip to main content
POST
/
orgs
/
feature-interest
cURL
curl --request POST \
  --url https://api.useanima.sh/v1/orgs/feature-interest \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "feature": "vault",
  "source": "sidebar"
}
'
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Body

application/json

Feature-interest tracking payload

feature
enum<string>
required

Feature the user attempted to access

Available options:
vault
source
enum<string>
default:sidebar

Where the interest intent came from

Available options:
sidebar,
page

Response

200 - application/json

OK

Feature-interest tracking result

id
string
required

Usage event identifier

createdAt
string<date-time>
required

Timestamp when feature interest was recorded