GET
/
user-data
curl --request GET \
  --url https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/user-data
{
  "userId": "<string>",
  "lastName": "<string>",
  "name": "<string>",
  "email": "<string>",
  "credits": 123,
  "createdAt": "<string>",
  "stripeCustomerId": "<string>",
  "stripeSubStatus": "<string>",
  "stripeSubPriceId": "<string>"
}

Response

200
application/json
Successful response
userId
string
required
lastName
string | null
required
name
string | null
required
email
string
required
credits
number
required
createdAt
string | null
required
stripeCustomerId
string | null
required
stripeSubStatus
string | null
required
stripeSubPriceId
string | null
required