GET
/v1/me
No description available
Responses
200 Current user profile and credit balance
{
data: {
id: string
email: string
name: string
isVerified: boolean
subscriptionStatus: string
creditBalance?: {
totalCredits: number
monthlyCredits: number
creditsUsed: number
} }}401 Unauthorized - Invalid or missing API key
{
message: string
}404 User not found
{
message: string
} Authentication
Enter your API key to test this endpoint. Get your key from your account settings.
Try it out
Snippets
Loading...
Loading...
Loading...
Loading...
Loading...
