User
Image Management
Image edits
User
Get user data
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
.
The response is of type object
.
The response is of type null
.
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>"
}
Assistant
Responses are generated using AI and may contain mistakes.