Profile API
Get profile
Fetch the signed-in account's profile.
GET
/v1/profileThis endpoint takes no parameters.
Request
curl "https://api.lyncut.com/v1/profile" \
-H "x-lyncut-api-key: YOUR_API_KEY"Response
{
"data": {
"id": "usr_4d21",
"username": "lyncutstudio",
"displayName": "LynCut Studio",
"email": "[email protected]",
"plan": "pro",
"createdAt": "2025-11-04T09:00:00.000Z"
}
}Was this page helpful?
Request
curl "https://api.lyncut.com/v1/profile" \
-H "x-lyncut-api-key: YOUR_API_KEY"Response
{
"data": {
"id": "usr_4d21",
"username": "lyncutstudio",
"displayName": "LynCut Studio",
"email": "[email protected]",
"plan": "pro",
"createdAt": "2025-11-04T09:00:00.000Z"
}
}