GET
https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/
/
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

The response is of type object.